summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
...
* st/mesa: call st_finalize_texture from image atomsNicolai Hähnle2016-02-151-1/+5
* st/mesa: add an image atom for shader imagesIlia Mirkin2016-02-156-0/+237
* st/mesa: empty buffer binding if the buffer's not really thereIlia Mirkin2016-02-151-3/+5
* mesa: need to check resource and set length even if bufSize is 0Ilia Mirkin2016-02-151-4/+0
* i965/bxt: Production thread countsBen Widawsky2016-02-151-10/+9
* i965: Fix gl_DrawID in the vec4 backend.Kenneth Graunke2016-02-141-5/+5
* mesa: move assertion in _mesa_cube_face_target()Brian Paul2016-02-141-3/+5
* mesa: default FixedSampleLocations to true when using a dummy imageIlia Mirkin2016-02-131-0/+1
* glsl/types: Add support for function typesJason Ekstrand2016-02-135-0/+6
* glsl/types: Rename sampler_type to sampled_typeJason Ekstrand2016-02-131-1/+1
* i965: Reupload push and pull constants when we get new shader image unit state.Francisco Jerez2016-02-131-0/+5
* i965: fix MAX_COMPUTE_SHARED_SIZE constant valueSamuel Pitoiset2016-02-131-0/+1
* st/mesa: fix pipe_grid_info initializerSamuel Pitoiset2016-02-131-1/+1
* st/mesa: implement limits for ARB_compute_shaderSamuel Pitoiset2016-02-131-2/+31
* st/mesa: add compute program dispatch callbacksSamuel Pitoiset2016-02-134-0/+127
* st/mesa: add state validation for compute shadersSamuel Pitoiset2016-02-137-1/+129
* st/mesa: add mappings for compute shader sysvalsSamuel Pitoiset2016-02-131-0/+12
* st/mesa: keep track of shared memory declarationsSamuel Pitoiset2016-02-131-3/+16
* st/mesa: add intrinsics for shared variablesSamuel Pitoiset2016-02-132-0/+94
* st/mesa: add conversion for compute shadersSamuel Pitoiset2016-02-132-1/+26
* st/mesa: add compute shader statesSamuel Pitoiset2016-02-139-3/+202
* st/mesa: add a second pipeline for computeSamuel Pitoiset2016-02-1313-21/+69
* mesa: add PROGRAM_MEMORYSamuel Pitoiset2016-02-131-0/+1
* mesa: store shared size in gl_compute_programSamuel Pitoiset2016-02-132-0/+6
* mesa: do not use a constant for MAX_COMPUTE_SHARED_SIZESamuel Pitoiset2016-02-133-6/+2
* mesa: make compute maximums reflect driver-provided valuesIlia Mirkin2016-02-132-12/+6
* i965: Add means for limiting color resolvesTopi Pohjolainen2016-02-1310-17/+21
* i965: Refactor resolving of auxiliary modeTopi Pohjolainen2016-02-131-33/+29
* i965: Don't try to create aux buffer for non-msrt aux-bufferTopi Pohjolainen2016-02-131-10/+10
* i965: Rename optimizer debug 00 filenameBen Widawsky2016-02-122-2/+2
* i965: Make brw_clear_cache NULL out stale program pointers.Kenneth Graunke2016-02-121-0/+15
* mesa: avoid segfault in GetProgramPipelineInfoLog when no lengthIlia Mirkin2016-02-121-4/+1
* mesa: reset offset/size to 0 when removing atomic bindingIlia Mirkin2016-02-121-2/+2
* mesa: recognize enums GL_COLOR_ATTACHMENT8-31 as validIlia Mirkin2016-02-121-0/+6
* mesa/clear: update ClearBufferfv error handling for GL 4.5 specIlia Mirkin2016-02-121-18/+5
* mesa/clear: update ClearBufferuiv error handling for GL 4.5 specIlia Mirkin2016-02-121-24/+5
* mesa/clear: simplify ClearBufferiv error handlingIlia Mirkin2016-02-121-12/+6
* mesa/clear: remove dead code handling ClearBufferiv(GL_DEPTH)Ilia Mirkin2016-02-121-19/+0
* mesa: allow DEPTH_STENCIL_TEXTURE_MODE queries in GLES 3.1 contextsIlia Mirkin2016-02-121-5/+3
* i915: include teximage.hKenneth Graunke2016-02-121-0/+1
* i965: include teximage.hBrian Paul2016-02-121-0/+1
* mesa: move _mesa_num_tex_faces() to teximage.hBrian Paul2016-02-122-19/+19
* mesa: simplify some code with new _mesa_cube_face_target() functionBrian Paul2016-02-123-19/+4
* mesa: add _mesa_cube_face_target() helperBrian Paul2016-02-121-0/+17
* mesa: make _mesa_tex_target_to_face() an inline functionBrian Paul2016-02-122-17/+15
* mesa: remove _ARB suffix from cube map enumsBrian Paul2016-02-1211-60/+60
* mesa: Use _aligned_malloc/free for MinGW too.Jose Fonseca2016-02-121-4/+4
* mesa: Remove support for MSVC2008.Jose Fonseca2016-02-121-3/+0
* i965: Stop considering if msrt aux buffers need aux bufferTopi Pohjolainen2016-02-121-10/+10
* i965: Separate miptree creation from auxiliary buffer setupTopi Pohjolainen2016-02-121-17/+39