summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-12-01TC-2020: Implement blorp color clear on Gen6+submit/tizen/20141203.084028accepted/tizen/mobile/20141205.122758accepted/tizen/ivi/20141208.101821accepted/tizen/common/20141203.182728Xiong Zhang4-5/+636
2014-09-24intel: Fix initial MakeCurrent for drawables of multi screensXiong Zhang1-4/+6
2014-09-24Allow EGL software rendering by building the EGL Gallium driverManuel Bachmann2-1/+4
2014-09-16r300g: set register classes before interferencesConnor Abbott1-2/+4
2014-09-16i965: add support for RGBA dma_buf imports.Gwenole Beauchesne1-0/+6
2014-09-16i965: Mark delta_x/y as BAD_FILE if remapped away completely.Kenneth Graunke2-5/+15
2014-09-16gallivm: Fix uses of 2^24Richard Sandiford1-4/+4
2014-09-16nouveau: change internal variables to avoid conflicts with macro argsIlia Mirkin1-10/+10
2014-09-16mesa: fix _mesa_free_pipeline_data() use-after-free bugBrian Paul1-2/+2
2014-09-16gallium/util: add missing u_debug includeAndreas Boll1-0/+1
2014-09-16nouveau: only enable stencil func if the visual has stencil bitsIlia Mirkin2-2/+2
2014-09-16nouveau: only enable the depth test if there actually is a depth bufferIlia Mirkin5-4/+9
2014-09-16nouveau: remove unneeded assertMaarten Lankhorst1-1/+0
2014-09-16nouveau: rework reference frame handlingMaarten Lankhorst3-4/+37
2014-09-16nouveau: fix MPEG4 hw decodingMaarten Lankhorst1-3/+3
2014-09-16nouveau: re-allocate bo's on overflowMaarten Lankhorst4-11/+87
2014-09-16i965/vec4: Only examine virtual_grf_end for GRF sourcesIan Romanick1-8/+12
2014-09-16i965: Implement GL_PRIMITIVES_GENERATED with non-zero streams.Iago Toral Quiroga1-4/+9
2014-09-12glsl: Speed up constant folding for swizzles.Kenneth Graunke1-0/+5
2014-09-12i965/vec4: Make type_size() return 0 for samplers.Kenneth Graunke1-3/+3
2014-09-12i965: Skip allocating UNIFORM file storage for uniforms of size 0.Kenneth Graunke2-6/+6
2014-09-12i965: Disable guardband clipping in the smaller-than-viewport case.Kenneth Graunke1-0/+31
2014-09-12i965: Separate gl_InstanceID and gl_VertexID uploading.Kenneth Graunke5-16/+42
2014-09-12i965: Fix reference counting in new basevertex upload code.Kenneth Graunke1-0/+3
2014-09-12i965: Request lowering gl_VertexIDIan Romanick1-0/+1
2014-09-12i965: Expose gl_BaseVertex via a vertex attribute.Kenneth Graunke3-20/+65
2014-09-12i965: Refactor Gen4-7 VERTEX_BUFFER_STATE emission into a helper.Kenneth Graunke1-30/+47
2014-09-12i965: Make gl_BaseVertex available in a buffer object.Kenneth Graunke3-0/+31
2014-09-12i965: Calculate start/base_vertex_location after preparing vertices.Kenneth Graunke6-12/+34
2014-09-12i965: Handle SYSTEM_VALUE_VERTEX_ID_ZERO_BASEIan Romanick1-0/+1
2014-09-12mesa: Fix glGetActiveAttribute for gl_VertexID when lowered.Kenneth Graunke1-1/+13
2014-09-12mesa: Replace string comparisons with SYSTEM_VALUE enum checks.Kenneth Graunke1-2/+2
2014-09-12glsl: Add a lowering pass for gl_VertexIDIan Romanick6-0/+165
2014-09-12glsl/linker: Make get_main_function_signature publicIan Romanick2-4/+8
2014-09-12mesa: Add SYSTEM_VALUE_BASE_VERTEXIan Romanick2-1/+15
2014-09-12mesa: Add SYSTEM_VALUE_VERTEX_ID_ZERO_BASEIan Romanick2-0/+13
2014-09-12mesa: Document SYSTEM_VALUE_VERTEX_ID and SYSTEM_VALUE_INSTANCE_IDIan Romanick1-0/+57
2014-09-10i965/vec4: Reswizzle sources when necessary.Matt Turner2-11/+25
2014-09-09nv50/ir: avoid array overrun when checking for supported modsIlia Mirkin2-2/+2
2014-09-09i965: Handle ir_binop_ubo_load in boolean expression code.Kenneth Graunke2-4/+4
2014-09-09i965: Handle ir_triop_csel in emit_if_gen6().Kenneth Graunke2-4/+33
2014-09-08gallivm: Fix Altivec pack intrinsics for little-endianUlrich Weigand1-5/+21
2014-09-08mesa/st: don't advertise NV_vdpau_interop if it doesn't work.Christian König1-1/+7
2014-09-08i965: Adjust fast-clear resolve rect for BDWKristian Høgsberg1-4/+10
2014-09-08nvc0/ir: clarify recursion fix to finding first tex usesChristoph Bumiller1-9/+7
2014-09-08nv50/ir/util: fix BitSet issuesChristoph Bumiller3-3/+10
2014-09-08i965/blorp: Pass image formats seperately from the miptreeJason Ekstrand4-19/+43
2014-09-05st/mesa: use 1.0f as boolean true on drivers without integer supportMarek Olšák1-2/+3
2014-09-05mesa: set UniformBooleanTrue = 1.0f by defaultMarek Olšák2-0/+10
2014-09-05freedreno/ir3: fix potential null ptr derefRob Clark1-1/+2