summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* nv50,nvc0: add support for fine derivativesIlia Mirkin2014-08-143-2/+6
* mesa/st: add support for emitting fine derivative opcodesIlia Mirkin2014-08-142-2/+10
* gallium: add opcodes/cap for fine derivative supportIlia Mirkin2014-08-1419-5/+34
* mesa/program: add new derivative unops to the unexpected listIlia Mirkin2014-08-141-0/+4
* glsl: add ARB_derivative control supportIlia Mirkin2014-08-148-0/+74
* mesa: add ARB_derivative_control extension bitIlia Mirkin2014-08-142-0/+2
* mesa: add ARB_texture_barrier supportIlia Mirkin2014-08-144-0/+19
* r600g: Implement BPTC texture supportGlenn Kennard2014-08-151-0/+24
* i965: Rename intelValidateState to intel_update_stateKristian Høgsberg2014-08-142-9/+7
* i965: Assign PS kernel start pointers when we decide which kernels to useKristian Høgsberg2014-08-143-23/+28
* radeonsi: implement BPTC texture supportGrigori Goronzy2014-08-141-0/+20
* radeonsi: fix buffer invalidation of unbound texture buffer objectsMarek Olšák2014-08-143-7/+17
* r600g: implement invalidation of texture buffer objectsMarek Olšák2014-08-145-5/+51
* r600g: fix constant buffer fetchesMarek Olšák2014-08-141-0/+1
* r600g: clear constant buffer sizes at the beginning of CSMarek Olšák2014-08-143-87/+49
* egl_dri2: fix EXT_image_dma_buf_import fdsPekka Paalanen2014-08-141-31/+6
* i965: fix compiler error in union initiliazerPekka Paalanen2014-08-142-2/+2
* i965: Bail on FS copy propagation for scratch writes with source modifiersAnuj Phogat2014-08-141-0/+4
* i965: Bail on vec4 copy propagation for scratch writes with source modifiersAnuj Phogat2014-08-141-0/+4
* glsl: Fixed vectorize pass vs. texture lookups.Aras Pranckevicius2014-08-141-0/+13
* ra: move declarations before code to fix MSVC buildBrian Paul2014-08-141-2/+2
* svga: remove some unneeded INLINE qualifiersBrian Paul2014-08-143-5/+5
* i965: Store uniform constant values in a gl_constant_value instead of floatNeil Roberts2014-08-1413-42/+55
* st/vdpau: add device reference countingChristian König2014-08-148-11/+46
* mesa: Make ARB_gpu_shader5 core-profile-onlyChris Forbes2014-08-141-1/+1
* nouveau: force luminance clear colors to have the same g/b values as rIlia Mirkin2014-08-142-4/+21
* i965: Enable INTDIV in SIMD16 mode.Kenneth Graunke2014-08-132-14/+2
* i965/fs: Drop "do dual source blending" generator parameter.Kenneth Graunke2014-08-134-7/+3
* mesa/texstore: Don't use the _mesa_swizzle_and_convert if we need transfer opsJason Ekstrand2014-08-131-0/+3
* hud: don't overrun malloced arraysDave Airlie2014-08-141-0/+1
* mesa: fix texstore with GL_COLOR_INDEX dataRoland Scheidegger2014-08-141-0/+3
* winsys/radeon: fix hawaii accel_working2 commentAndreas Boll2014-08-131-1/+1
* r300g: Fix bug in build_loop_info()/compiler v2Tom Stellard2014-08-131-11/+23
* clover: Flush the command queue in clReleaseCommandQueue()Tom Stellard2014-08-131-1/+5
* radeonsi/compute: Stop leaking the input bufferTom Stellard2014-08-131-7/+14
* radeonsi/compute: Whitespace fixesTom Stellard2014-08-131-2/+1
* radeonsi/compute: Call si_pm4_free_state() after emitting compute stateTom Stellard2014-08-131-1/+1
* radeonsi/compute: Update reference counts for buffers in si_set_global_binding()Tom Stellard2014-08-131-2/+2
* radeon/compute: Report a value for PIPE_SHADER_CAP_MAX_CONST_BUFFER_SIZETom Stellard2014-08-132-1/+17
* radeon/compute: Fix reported values for MAX_GLOBAL_SIZE and MAX_MEM_ALLOC_SIZETom Stellard2014-08-131-13/+19
* ra: optimistically color only one node at a timeConnor Abbott2014-08-131-35/+22
* ra: don't consider nodes for spilling we don't need toConnor Abbott2014-08-131-40/+11
* ra: make the p, q test more efficientConnor Abbott2014-08-131-7/+26
* ra: cleanup the public APIConnor Abbott2014-08-135-13/+10
* nouveau: only try to get new storage if there are any levelsIlia Mirkin2014-08-131-10/+13
* nouveau: add emacs dir-locals file for tabs/8-space indentsIlia Mirkin2014-08-131-0/+8
* nvc0: increase GLSL level to 400 to enable ARB_gpu_shader5Ilia Mirkin2014-08-131-1/+1
* mesa/st: enable ARB_gpu_shader5 if the reported GLSL version >= 400Ilia Mirkin2014-08-131-0/+3
* android: megadriver_stub: prefix static libraries with libmesa_Emil Velikov2014-08-132-3/+3
* android: loader: prefix static libraries with libmesa_*Emil Velikov2014-08-133-4/+4