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