summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-24use %bcond_with waylandAnas Nashif1-8/+8
2014-09-24re-enable swrast gallium driversAnas Nashif1-8/+8
2014-09-24remove baselibs for nowAnas Nashif1-1/+1
2014-09-24Revert "removed _version macro"Anas Nashif1-2/+3
2014-09-24remove baselibs for nowAnas Nashif1-52/+0
2014-09-24removed _version macroAnas Nashif1-3/+2
2014-09-24use swrast as dri driverAnas Nashif1-10/+10
2014-09-24update to 9.0.git20121028Anas Nashif1-1/+1
2014-09-24update to 9.0.git20121028Anas Nashif1-1/+1
2014-09-24Update to 9.0.git20121030Anas Nashif1-2/+2
2014-09-24enable waylandAnas Nashif1-1/+1
2014-09-24do not depend on python-baseAnas Nashif1-2/+2
2014-09-24add packagingAnas Nashif5-0/+672
2014-09-19docs: Update 10.3 release notesupstream/10.3Emil Velikov1-2/+244
2014-09-19Bump version to 10.3 (final)Emil Velikov1-1/+1
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