summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs: Mark off ARB_compressed_texture_pixel_storageChris Forbes2014-06-102-1/+2
* mesa: Add extension enable for ARB_compressed_texture_pixel_storageChris Forbes2014-06-101-0/+1
* mesa: Add pixel storage support for GetCompressedTexImageChris Forbes2014-06-101-33/+40
* mesa: Compute proper strides for compressed texture pixel storage.Chris Forbes2014-06-101-0/+35
* mesa: Extract computation of compressed pixel store paramsChris Forbes2014-06-102-14/+50
* mesa: Emit errors for inconsistent compressed pixel store stateChris Forbes2014-06-103-1/+60
* mesa: Add new pixel pack/unpack state forChris Forbes2014-06-103-0/+78
* tests: Add new enum strings for ARB_compressed_texture_pixel_storageChris Forbes2014-06-101-0/+8
* glapi: Add XML infrastructure for ARB_compressed_texture_pixel_storageChris Forbes2014-06-103-1/+25
* mesa: Make CompressedTexSubImage errors more consistentChris Forbes2014-06-101-3/+3
* mesa: Trim down PixelStorei implementationChris Forbes2014-06-101-119/+56
* mesa/main: Prevent sefgault on glGetIntegerv(GL_ATOMIC_COUNTER_BUFFER_BINDING).José Fonseca2014-06-081-1/+5
* Revert "i965: Move brw_land_fwd_jump() to compilation unit of its use."Iago Toral Quiroga2014-06-073-16/+21
* i965: Fix else and brace placement in brw_eu_emit.c.Kenneth Graunke2014-06-071-28/+13
* i965: Drop the remaining default predication whacking.Kenneth Graunke2014-06-072-5/+1
* i965/sf: Use brw_set_default_predicate_control().Kenneth Graunke2014-06-071-2/+2
* gk110/ir: fix bfind emissionIlia Mirkin2014-06-071-1/+1
* docs: Add MD5 checksum, etc. for 10.2.1 releaseIan Romanick2014-06-062-1/+10
* docs: Add initial 10.2.1 release notesIan Romanick2014-06-062-0/+61
* configure.ac: Do not use Pthreads with MinGW.Vinson Lee2014-06-061-1/+7
* gk110/ir: fix emitting constbuf file indexIlia Mirkin2014-06-071-2/+3
* docs: Add MD5 checksum, etc. for 10.1 releaseIan Romanick2014-06-062-2/+11
* gk110/ir: emit saturate flag on fadd when neededIlia Mirkin2014-06-061-0/+1
* gk110/ir: fix slct emissionIlia Mirkin2014-06-061-1/+1
* st/mesa: remove extra calculation of sampler countTimothy Arceri2014-06-071-9/+2
* gk110/ir: fix interp mode emissionIlia Mirkin2014-06-061-1/+2
* gk110/ir: fix ISAD emission with register argsIlia Mirkin2014-06-061-1/+1
* gk110/ir: fix quadon opcode emissionIlia Mirkin2014-06-061-1/+1
* nvc0: don't bother trying to set up compute for gk110+Ilia Mirkin2014-06-061-3/+3
* gk110: add in forgotten code for gk110 isaIlia Mirkin2014-06-061-0/+13
* gk110/ir: emit texbar the same way that the blob doesIlia Mirkin2014-06-061-1/+1
* scons: Search only for mingw-w64 cross-compilers.José Fonseca2014-06-061-15/+2
* i915g: Remove 4444 and 5551 formatsStéphane Marchesin2014-06-052-4/+2
* nvc0/ir: Handle OP_POPCNT when folding constant expressionsTobias Klausmann2014-06-061-0/+13
* nvc0/ir: Handle OP_BFIND when folding constant expressionsTobias Klausmann2014-06-061-0/+17
* nvc0/ir: Handle reverse subop for OP_EXTBF when folding constant expressionsTobias Klausmann2014-06-061-2/+6
* nv50/ir: clear subop when folding constant expressionsTobias Klausmann2014-06-061-0/+1
* i965: Support GL_CLAMP natively on Broadwell.Kenneth Graunke2014-06-053-4/+13
* i965: Pass brw to translate_wrap_mode().Kenneth Graunke2014-06-053-8/+9
* i965: use _mesa_align_malloc in intel_miptree_map_movntdqaTapani Pälli2014-06-051-2/+2
* i965/fs: Allow array dereference of HW_REG.Chris Forbes2014-06-051-1/+1
* st/omx/enc: enable b framesLeo Liu2014-06-042-3/+5
* radeon/vce: implement h264 profile supportLeo Liu2014-06-041-1/+4
* st/omx/enc: implement h264 profile supportLeo Liu2014-06-042-2/+49
* vl: add more avc profilesLeo Liu2014-06-042-1/+9
* wgl: Disable CRT message boxes when Windows system error messages boxes are d...José Fonseca2014-06-043-0/+43
* glapi: Note apparent gap in numbering from ARB_multi_draw_indirectChris Forbes2014-06-041-0/+3
* docs: Mark off gs5/overload resolutionChris Forbes2014-06-041-1/+1
* glsl: Implement overload resolution for ARB_gpu_shader5Chris Forbes2014-06-041-0/+71
* glsl: Add support for comparing function parameter conversionsChris Forbes2014-06-041-3/+79