summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vc4: When the create ioctl fails, free our cache and try again.Eric Anholt2015-11-041-5/+24
* vc4: Print the rounded shader size in debug output.Eric Anholt2015-11-041-1/+1
* vc4: Fix dumping the size of BOs allocated/cached.Eric Anholt2015-11-041-2/+2
* mesa/tests: add glBufferStorageEXT to ES 3.1 dispatch listIlia Mirkin2015-11-041-0/+3
* vbo: fix another GL_LINE_LOOP bugBrian Paul2015-11-042-2/+10
* svga: implement 'white_fragments' option for VGPU10 fragment shadersBrian Paul2015-11-041-5/+30
* u_vbuf: minor code reformatting / line wrappingBrian Paul2015-11-041-4/+8
* u_vbuf: add some const qualifiersBrian Paul2015-11-041-2/+2
* svga: use new enum indices_mode typeBrian Paul2015-11-042-2/+4
* util/indices: replace #define tokens with enum typeBrian Paul2015-11-043-86/+91
* i965: check inst->predicate when clearing flag_live at dead code eliminateAlejandro Piñeiro2015-11-042-2/+2
* gallivm: fix sampling for s3tc srgb formats when using texture cacheRoland Scheidegger2015-11-041-1/+3
* i965/meta: Assert fast clears and rep clears never overlapBen Widawsky2015-11-031-0/+2
* mesa: expose support for GL_EXT_buffer_storageRyan Houdek2015-11-043-0/+11
* glsl: make sure to only add subroutines to resource listTimothy Arceri2015-11-041-1/+2
* glsl: remove old TODOTimothy Arceri2015-11-041-5/+0
* docs: Mark AoA as done for i965Timothy Arceri2015-11-042-2/+3
* i965: enable ARB_arrays_of_arraysTimothy Arceri2015-11-041-0/+1
* i965: add support for image AoATimothy Arceri2015-11-042-14/+18
* llvmpipe: add cache for compressed texturesRoland Scheidegger2015-11-0419-18/+730
* llvmpipe: use simple coeffs calc for 128bit vectorsOded Gabbay2015-11-041-1/+6
* nir: Properly invalidate metadata in nir_opt_remove_phis().Kenneth Graunke2015-11-031-0/+5
* nir: Properly invalidate metadata in nir_lower_vec_to_movs().Kenneth Graunke2015-11-031-0/+5
* nir: Properly invalidate metadata in nir_opt_copy_prop().Kenneth Graunke2015-11-031-0/+6
* nir: Properly invalidate metadata in nir_remove_dead_variables().Kenneth Graunke2015-11-031-2/+8
* nir: Properly invalidate metadata in nir_split_var_copies().Kenneth Graunke2015-11-031-0/+5
* nir: Properly invalidate metadata in nir_lower_global_vars_to_local().Kenneth Graunke2015-11-031-0/+3
* nir: Unexpose _impl versions of copy_prop and dceJason Ekstrand2015-11-033-4/+2
* mesa: rename UniformBlockStageIndex to InterfaceBlockStageIndexJordan Justen2015-11-037-21/+22
* i965/vec4: Send from GRF in atomic operations.Matt Turner2015-11-031-12/+18
* gallium/radeon: allow returning SDMA fences from pipe->flushMarek Olšák2015-11-041-8/+56
* gallium/radeon: always return the last SDMA fence on SDMA flush if neededMarek Olšák2015-11-042-4/+8
* i965: Add scalar geometry shader support.Kenneth Graunke2015-11-035-24/+666
* i965: Add scalar GS input lowering code.Kenneth Graunke2015-11-031-5/+39
* i965: Fix the fs_visitor GS constructor to take shader_time_index.Kenneth Graunke2015-11-032-3/+5
* i965/gen8+: Extract color clear surface stateBen Widawsky2015-11-031-6/+15
* i965/gen8+: Remove redundant zeroing of surface stateBen Widawsky2015-11-031-12/+0
* nvc0: add missing compute parameters required by cloverSamuel Pitoiset2015-11-031-1/+10
* nvc0: handle NULL pointer in nvc0_get_compute_param()Samuel Pitoiset2015-11-031-24/+21
* i965/skl: PCI ID cleanup and brand stringsBen Widawsky2015-11-031-15/+19
* i965/skl: Add GT4 PCI IDsBen Widawsky2015-11-032-1/+9
* mesa: Add spec citations for DispatchCompute*Jordan Justen2015-11-021-5/+29
* mesa: Update DispatchComputeIndirect errors for indirect parameterJordan Justen2015-11-021-6/+5
* i965/fs: Clean up FBH code.Matt Turner2015-11-021-4/+3
* i965/vec4: Clean up FBH code.Matt Turner2015-11-021-13/+5
* i965: Replace default case with list of enum values.Matt Turner2015-11-025-26/+29
* i965/vec4: Don't disable channels in any/all comparisons.Matt Turner2015-11-021-42/+10
* mesa: fix uniforms calculation in glGetProgramivTapani Pälli2015-11-021-2/+12
* mesa: fix program resource queries for atomic counter buffersTapani Pälli2015-11-021-2/+26
* glsl: join calculate_array_size() and calculate_array_stride()Juha-Pekka Heikkila2015-11-021-110/+80