summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-14gallium: add opcodes/cap for fine derivative supportIlia Mirkin19-5/+34
2014-08-14mesa/program: add new derivative unops to the unexpected listIlia Mirkin1-0/+4
2014-08-14glsl: add ARB_derivative control supportIlia Mirkin8-0/+74
2014-08-14mesa: add ARB_derivative_control extension bitIlia Mirkin2-0/+2
2014-08-14mesa: add ARB_texture_barrier supportIlia Mirkin6-1/+21
2014-08-15docs: document radeonsi BPTC support, sort extensions in 10.3 release notesMarek Olšák2-6/+6
2014-08-15r600g: Implement BPTC texture supportGlenn Kennard3-2/+26
2014-08-14i965: Rename intelValidateState to intel_update_stateKristian Høgsberg2-9/+7
2014-08-14i965: Assign PS kernel start pointers when we decide which kernels to useKristian Høgsberg3-23/+28
2014-08-14radeonsi: implement BPTC texture supportGrigori Goronzy1-0/+20
2014-08-14radeonsi: fix buffer invalidation of unbound texture buffer objectsMarek Olšák3-7/+17
2014-08-14r600g: implement invalidation of texture buffer objectsMarek Olšák5-5/+51
2014-08-14r600g: fix constant buffer fetchesMarek Olšák1-0/+1
2014-08-14r600g: clear constant buffer sizes at the beginning of CSMarek Olšák3-87/+49
2014-08-14egl_dri2: fix EXT_image_dma_buf_import fdsPekka Paalanen1-31/+6
2014-08-14i965: fix compiler error in union initiliazerPekka Paalanen2-2/+2
2014-08-14i965: Bail on FS copy propagation for scratch writes with source modifiersAnuj Phogat1-0/+4
2014-08-14i965: Bail on vec4 copy propagation for scratch writes with source modifiersAnuj Phogat1-0/+4
2014-08-14glsl: Fixed vectorize pass vs. texture lookups.Aras Pranckevicius1-0/+13
2014-08-14ra: move declarations before code to fix MSVC buildBrian Paul1-2/+2
2014-08-14svga: remove some unneeded INLINE qualifiersBrian Paul3-5/+5
2014-08-14docs/autoconf: update to better reflect realityEmil Velikov1-16/+36
2014-08-14scons: do not include headers from the sources listsJose Fonseca1-0/+3
2014-08-14configure.ac: remove enable 32/64 bit hacksEmil Velikov2-38/+4
2014-08-14Revert "configure: Fix --enable-XX-bit flags by moving LT_INIT where it should"Emil Velikov1-8/+3
2014-08-14i965: Store uniform constant values in a gl_constant_value instead of floatNeil Roberts13-42/+55
2014-08-14st/vdpau: add device reference countingChristian König8-11/+46
2014-08-14mesa: Make ARB_gpu_shader5 core-profile-onlyChris Forbes1-1/+1
2014-08-14nouveau: force luminance clear colors to have the same g/b values as rIlia Mirkin2-4/+21
2014-08-13i965: Enable INTDIV in SIMD16 mode.Kenneth Graunke2-14/+2
2014-08-13i965/fs: Drop "do dual source blending" generator parameter.Kenneth Graunke4-7/+3
2014-08-13mesa/texstore: Don't use the _mesa_swizzle_and_convert if we need transfer opsJason Ekstrand1-0/+3
2014-08-14docs: update ARB_vertex_attrib_64bit statusDave Airlie1-1/+1
2014-08-14docs/GL3.txt: add GLES 3.1 sectionDave Airlie1-1/+17
2014-08-14hud: don't overrun malloced arraysDave Airlie1-0/+1
2014-08-14mesa: fix texstore with GL_COLOR_INDEX dataRoland Scheidegger1-0/+3
2014-08-13winsys/radeon: fix hawaii accel_working2 commentAndreas Boll1-1/+1
2014-08-13r300g: Fix bug in build_loop_info()/compiler v2Tom Stellard1-11/+23
2014-08-13clover: Flush the command queue in clReleaseCommandQueue()Tom Stellard1-1/+5
2014-08-13radeonsi/compute: Stop leaking the input bufferTom Stellard1-7/+14
2014-08-13radeonsi/compute: Whitespace fixesTom Stellard1-2/+1
2014-08-13radeonsi/compute: Call si_pm4_free_state() after emitting compute stateTom Stellard1-1/+1
2014-08-13radeonsi/compute: Update reference counts for buffers in si_set_global_binding()Tom Stellard1-2/+2
2014-08-13radeon/compute: Report a value for PIPE_SHADER_CAP_MAX_CONST_BUFFER_SIZETom Stellard2-1/+17
2014-08-13radeon/compute: Fix reported values for MAX_GLOBAL_SIZE and MAX_MEM_ALLOC_SIZETom Stellard1-13/+19
2014-08-13ra: optimistically color only one node at a timeConnor Abbott1-35/+22
2014-08-13ra: don't consider nodes for spilling we don't need toConnor Abbott1-40/+11
2014-08-13ra: make the p, q test more efficientConnor Abbott1-7/+26
2014-08-13ra: cleanup the public APIConnor Abbott5-13/+10
2014-08-13nouveau: only try to get new storage if there are any levelsIlia Mirkin1-10/+13