summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* 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
* _mesa_meta_GenerateMipmap: Support all texture targets by generating shaders ...Anuj Phogat2012-10-071-37/+169
* mesa: remove bogus compressed texture size checksBrian Paul2012-10-052-27/+0
* intel/i965: Disable SampleAlphaToOne if dual source blending enabledAnuj Phogat2012-10-051-2/+11
* mesa: Flag _NEW_VARYING_VP_INPUTS when TexEnv programs are active.Kenneth Graunke2012-10-051-1/+2
* mesa: don't enable glVertexPointer() when using API_OPENGLES2.Paul Berry2012-10-051-2/+0
* i965: Use visibility cflags on the driver code.Eric Anholt2012-10-031-0/+1
* build: Don't build libdricore if not building classic driversMatt Turner2012-10-031-1/+5
* build: Add visibility CFLAGS to OSMesaMatt Turner2012-10-031-2/+4
* build: Link OSMesa with glapi, libdl, libstdc++Matt Turner2012-10-031-5/+12
* build: Set visibility CFLAGS in dri/swrastMatt Turner2012-10-031-1/+2
* build: Set visibility CFLAGS in dri/r200Matt Turner2012-10-031-0/+1
* build: Set visibility CFLAGS in dri/radeonMatt Turner2012-10-031-0/+1
* build: Set visibility CFLAGS in dri/nouveauMatt Turner2012-10-031-0/+1
* build: Set visibility CFLAGS in dri/i915Matt Turner2012-10-031-0/+1