summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: Bump version to 9.0.2Andreas Boll2013-01-221-2/+2
* radeon/r200: Fix tcl cullingsmoki2013-01-202-18/+8
* r200: fix broken tcl lightingsmoki2013-01-201-10/+10
* i965/gen4: Fix memory leak each time compile_gs_prog() is called.Eric Anholt2013-01-201-1/+1
* i915: Fix wrong sizeof argument in i915_update_tex_unit.Vinson Lee2013-01-201-1/+1
* i965: Validate requested GLES context version in brwCreateContextChad Versace2013-01-201-33/+25
* mesa: Fix segfault on reading from a missing color read buffer.Eric Anholt2013-01-201-11/+11
* mesa: add MaxNumLevels to gl_texture_image, remove MaxLog2Marek Olšák2013-01-201-0/+4
* i965: Fix AA Line Distance Mode in 3DSTATE_SF on Ivybridge.Kenneth Graunke2013-01-201-3/+1
* mesa: Don't glPopAttrib() GL_POINT_SPRITE_COORD_ORIGIN on < OpenGL-2.0Mario Kleiner2013-01-201-2/+5
* mesa: Fix glGetVertexAttribI[u]iv now that we have real integer attribs.Kenneth Graunke2013-01-201-12/+4
* glsl_to_tgsi: fix dst register for texturing fetches.Dave Airlie2013-01-201-1/+1
* meta: Remove redundant code in _mesa_meta_GenerateMipmapAnuj Phogat2013-01-201-61/+4
* mesa: Generate invalid operation in glGenerateMipMap for integer texturesAnuj Phogat2013-01-201-0/+9
* mesa: Fix core GL genned-name handling for glBeginQuery().Eric Anholt2013-01-201-5/+11
* mesa: Fix the core GL genned-name handling for glBindBufferBase()/Range().Eric Anholt2013-01-201-8/+14
* glsl_to_tgsi: set correct register type for array and structure elementsBryan Cain2013-01-201-2/+19
* i965/vs: Preserve the type when copy propagating into an instruction.Kenneth Graunke2013-01-201-0/+1
* i965/vs: Don't lose the MRF writemask when doing compute-to-MRF.Kenneth Graunke2013-01-201-0/+1
* st/mesa: free TGSI tokens with ureg_free_tokens()Brian Paul2013-01-201-1/+1
* st/mesa: replace REALLOC() with realloc()Brian Paul2013-01-201-8/+2
* mesa: Don't flatten IF statements by default.Kenneth Graunke2013-01-201-0/+1
* mesa: Fix a crash in update_texture_state() for external texture typeAbdiel Janulgue2013-01-202-0/+10
* android: generate matching remap_helper to dispatch tableTapani Pälli2013-01-201-1/+1
* i965/vs: Implement register spilling.Kenneth Graunke2013-01-203-1/+144
* i965/vs: Fix unit mismatch in scratch base_offset parameter.Kenneth Graunke2013-01-203-4/+8
* mesa: fix BlitFramebuffer between linear and sRGB formatsMarek Olšák2012-12-221-3/+39
* st/mesa: fix computation of last_level in GenerateMipmapMarek Olšák2012-11-231-21/+7
* st/mesa: fix computation of last_level during texture creationMarek Olšák2012-11-231-4/+2
* st/mesa: fix guessing the base level sizeMarek Olšák2012-11-231-49/+44
* mesa: fix error checking of TexStorage(levels) for array and rect texturesMarek Olšák2012-11-231-3/+1
* mesa: add MaxNumLevels to gl_texture_image, remove MaxLog2Marek Olšák2012-11-235-6/+50
* vbo: fix glVertexAttribI* functionsMarek Olšák2012-11-2310-63/+179
* mesa: bump MAX_VARYING to 32Marek Olšák2012-11-233-4/+36
* st/mesa: fix integer texture border color for some formats (v2)Marek Olšák2012-11-234-48/+112
* mesa: Bump version to 9.0.1Ian Romanick2012-11-081-2/+2
* i965: Fix regression in depth texture rendering on pre-SNBIan Romanick2012-10-241-2/+4
* st/mesa: Fix assertions for copying texture image to finalized miptree.Michel Dänzer2012-10-241-1/+4
* st/mesa: Fix source miptree level for copying data to finalized miptree.Michel Dänzer2012-10-191-1/+5
* intel: Add missing #include <time.h>Quentin Glidic2012-10-101-0/+1
* glget: fix make check for glGet GL_POLYGON_OFFSET_BIASImre Deak2012-10-101-1/+1
* mesa: glGet: fix parameter lookup for apps using multiple APIsImre Deak2012-10-103-18/+33
* mesa/es: Define GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT enum for all GLsTomeu Vizoso2012-10-101-5/+5
* mesa: glGet: fix API check for EGL_image_external enumsImre Deak2012-10-101-6/+9
* mesa: glGet: fix indentation of print_table_statsImre Deak2012-10-101-9/+9
* mesa: glGet: fix indentation of find_valueImre Deak2012-10-101-4/+4
* mesa: glGet: fix indentation of _mesa_init_get_hashImre Deak2012-10-101-9/+9
* mesa: fix error check for zero-sized compressed subtextureBrian Paul2012-10-091-2/+2
* mesa: don't call TexImage driver hooks for zero-sized imagesBrian Paul2012-10-091-7/+9
* mesa: Bump version number to 9.0 (final)mesa-9.0Ian Romanick2012-10-081-1/+1