summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-14i965/fs: Add pass to rename registers to break live ranges.Kenneth Graunke2-0/+68
2014-08-14i965: Fix INTDIV math assertions on Broadwell.Kenneth Graunke1-1/+1
2014-08-14Revert "i965/vec4: Use MOV, not OR, to set URB write channel mask bits."Kenneth Graunke1-2/+4
2014-08-15docs: Mark off ARB_derivative_control for i965.Chris Forbes2-2/+2
2014-08-15i965: Enable ARB_derivative_control on Gen7+.Chris Forbes1-0/+1
2014-08-15i965/fs: Support fine/coarse derivative opcodesChris Forbes5-10/+44
2014-08-15i965/vec4: Assert that fine/coarse derivative ops don't appearChris Forbes1-0/+4
2014-08-15glsl: Mark program as using dFdy if coarse/fine variant is usedChris Forbes1-1/+3
2014-08-14nv50,nvc0: add support for fine derivativesIlia Mirkin5-3/+8
2014-08-14mesa/st: add support for emitting fine derivative opcodesIlia Mirkin2-2/+10
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