summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gallivm: fix idivRoland Scheidegger2014-09-271-7/+5
* gallivm,tgsi: fix idiv by zero crashrconde2014-09-232-7/+25
* clover: Add support to mem objects for multiple destructor callbacks v2Tom Stellard2014-09-232-5/+8
* mesa: fix prog_optimize.c assertions triggered by SWZ opcodeBrian Paul2014-09-231-5/+4
* swrast: Fix handling of MESA_FORMAT_L8A8_SRGB for big-endianRichard Sandiford2014-09-231-3/+3
* mesa: Fix alpha component in unpack_R8G8B8X8_SRGB.Richard Sandiford2014-09-231-1/+1
* r300g: set register classes before interferencesConnor Abbott2014-09-161-2/+4
* i965: add support for RGBA dma_buf imports.Gwenole Beauchesne2014-09-161-0/+6
* i965: Mark delta_x/y as BAD_FILE if remapped away completely.Kenneth Graunke2014-09-162-5/+15
* gallivm: Fix uses of 2^24Richard Sandiford2014-09-161-4/+4
* nouveau: change internal variables to avoid conflicts with macro argsIlia Mirkin2014-09-161-10/+10
* mesa: fix _mesa_free_pipeline_data() use-after-free bugBrian Paul2014-09-161-2/+2
* gallium/util: add missing u_debug includeAndreas Boll2014-09-161-0/+1
* nouveau: only enable stencil func if the visual has stencil bitsIlia Mirkin2014-09-162-2/+2
* nouveau: only enable the depth test if there actually is a depth bufferIlia Mirkin2014-09-165-4/+9
* nouveau: remove unneeded assertMaarten Lankhorst2014-09-161-1/+0
* nouveau: rework reference frame handlingMaarten Lankhorst2014-09-163-4/+37
* nouveau: fix MPEG4 hw decodingMaarten Lankhorst2014-09-161-3/+3
* nouveau: re-allocate bo's on overflowMaarten Lankhorst2014-09-164-11/+87
* i965/vec4: Only examine virtual_grf_end for GRF sourcesIan Romanick2014-09-161-8/+12
* i965: Implement GL_PRIMITIVES_GENERATED with non-zero streams.Iago Toral Quiroga2014-09-161-4/+9
* glsl: Speed up constant folding for swizzles.Kenneth Graunke2014-09-121-0/+5
* i965/vec4: Make type_size() return 0 for samplers.Kenneth Graunke2014-09-121-3/+3
* i965: Skip allocating UNIFORM file storage for uniforms of size 0.Kenneth Graunke2014-09-122-6/+6
* i965: Disable guardband clipping in the smaller-than-viewport case.Kenneth Graunke2014-09-121-0/+31
* i965: Separate gl_InstanceID and gl_VertexID uploading.Kenneth Graunke2014-09-125-16/+42
* i965: Fix reference counting in new basevertex upload code.Kenneth Graunke2014-09-121-0/+3
* i965: Request lowering gl_VertexIDIan Romanick2014-09-121-0/+1
* i965: Expose gl_BaseVertex via a vertex attribute.Kenneth Graunke2014-09-123-20/+65
* i965: Refactor Gen4-7 VERTEX_BUFFER_STATE emission into a helper.Kenneth Graunke2014-09-121-30/+47
* i965: Make gl_BaseVertex available in a buffer object.Kenneth Graunke2014-09-123-0/+31
* i965: Calculate start/base_vertex_location after preparing vertices.Kenneth Graunke2014-09-126-12/+34
* i965: Handle SYSTEM_VALUE_VERTEX_ID_ZERO_BASEIan Romanick2014-09-121-0/+1
* mesa: Fix glGetActiveAttribute for gl_VertexID when lowered.Kenneth Graunke2014-09-121-1/+13
* mesa: Replace string comparisons with SYSTEM_VALUE enum checks.Kenneth Graunke2014-09-121-2/+2
* glsl: Add a lowering pass for gl_VertexIDIan Romanick2014-09-126-0/+165
* glsl/linker: Make get_main_function_signature publicIan Romanick2014-09-122-4/+8
* mesa: Add SYSTEM_VALUE_BASE_VERTEXIan Romanick2014-09-122-1/+15
* mesa: Add SYSTEM_VALUE_VERTEX_ID_ZERO_BASEIan Romanick2014-09-122-0/+13
* mesa: Document SYSTEM_VALUE_VERTEX_ID and SYSTEM_VALUE_INSTANCE_IDIan Romanick2014-09-121-0/+57
* i965/vec4: Reswizzle sources when necessary.Matt Turner2014-09-102-11/+25
* nv50/ir: avoid array overrun when checking for supported modsIlia Mirkin2014-09-092-2/+2
* i965: Handle ir_binop_ubo_load in boolean expression code.Kenneth Graunke2014-09-092-4/+4
* i965: Handle ir_triop_csel in emit_if_gen6().Kenneth Graunke2014-09-092-4/+33
* gallivm: Fix Altivec pack intrinsics for little-endianUlrich Weigand2014-09-081-5/+21
* mesa/st: don't advertise NV_vdpau_interop if it doesn't work.Christian König2014-09-081-1/+7
* i965: Adjust fast-clear resolve rect for BDWKristian Høgsberg2014-09-081-4/+10
* nvc0/ir: clarify recursion fix to finding first tex usesChristoph Bumiller2014-09-081-9/+7
* nv50/ir/util: fix BitSet issuesChristoph Bumiller2014-09-083-3/+10
* i965/blorp: Pass image formats seperately from the miptreeJason Ekstrand2014-09-084-19/+43