summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: Fix const correctness of API implementation functions.Paul Berry2012-11-124-4/+6
* mesa: Standardize names of OpenGL functions.Paul Berry2012-11-1253-1467/+1467
* i965: Fix AA Line Distance Mode in 3DSTATE_SF on Ivybridge.Kenneth Graunke2012-11-101-3/+1
* dri_util: Fix prologue comment for driCreateConfigsIan Romanick2012-11-091-17/+5
* swrast: swrastFillInModes doesn't do 8-bit modes, so don't tryIan Romanick2012-11-091-3/+1
* Revert "mesa: assert that key->fragprog_inputs_read value isn't too large"Brian Paul2012-11-091-2/+0
* mesa: Don't glPopAttrib() GL_POINT_SPRITE_COORD_ORIGIN on < OpenGL-2.0Mario Kleiner2012-11-081-2/+5
* mesa: Fix glGetVertexAttribI[u]iv now that we have real integer attribs.Kenneth Graunke2012-11-081-12/+4
* mesa: Fix typo in glDeleteQueriesARB debug message.Kenneth Graunke2012-11-081-1/+1
* st/mesa: add support for ARB_texture_cube_map_array (v2)Dave Airlie2012-11-095-23/+64
* mesa: arb_texture_cube_map_array: fix attrib push/popDave Airlie2012-11-091-2/+4
* mesa: add get support for TEXTURE_BINDING_CUBE_MAP_ARRAY_ARBDave Airlie2012-11-092-0/+5
* mesa: add fbo/texture support for ARB_texture_cube_map_array (v2)Dave Airlie2012-11-0910-7/+107
* mesa: add ARB_texture_cube_map_array extension bitsDave Airlie2012-11-092-0/+2
* i965: Fix slow leak of brw->wm.compile_data->storeEric Anholt2012-11-083-20/+6
* i965/fs: Add support for global copy propagation.Eric Anholt2012-11-082-20/+199
* glsl_to_tgsi: fix dst register for texturing fetches.Dave Airlie2012-11-091-1/+1
* i965: Fix assertion in brw_alu3.Vinson Lee2012-11-071-1/+1
* mesa: Remove PROG_EMIT_VERTEX and PROG_END_PRIMITIVE opcodes.Kenneth Graunke2012-11-074-14/+0
* scons: Build src/mesa/main/es1_conversion.c for all builds.Vinson Lee2012-11-061-1/+2
* dispatch: Delete unused init_dispatch functions.Paul Berry2012-11-0632-431/+0
* dispatch: Code generate api_exec.c.Paul Berry2012-11-065-934/+17
* dispatch: Make all API functions non-static.Paul Berry2012-11-0634-538/+1304
* dispatch: Remove a few FEATURE_ES1 conditionals.Paul Berry2012-11-065-18/+1
* mesa: assert that key->fragprog_inputs_read value isn't too largeBrian Paul2012-11-061-0/+2
* mesa: fix MSVC signed/unsigned warnings in context.cBrian Paul2012-11-061-2/+2
* mesa: fix MSVC signed/unsigned warnings in transformfeedback.cBrian Paul2012-11-061-2/+2
* swrast: fix MSVC signed/unsigned warningsBrian Paul2012-11-061-2/+2
* tnl: fix MSVC signed/unsigned warningsBrian Paul2012-11-061-1/+2
* mesa: silence MSVC signed/unsigned warning in texgetmage.cBrian Paul2012-11-061-1/+1
* mesa: silence MSVC signed/unsigned warning in texstorage.cBrian Paul2012-11-061-1/+1
* vbo: use GLuint for numInstances to silence MSVC warningsBrian Paul2012-11-062-2/+2
* mesa: fix signed/unsigned MSVC warnings in fbobject.cBrian Paul2012-11-061-2/+3
* mesa: s/GLint/GLuint/ in matrix.c to silence MSVC warningsBrian Paul2012-11-061-1/+1
* mesa: s/int/GLuint/ in get.c to silence MSVC warningsBrian Paul2012-11-061-1/+1
* mesa: fix assorted MSVC conversion warnings in format_pack.cBrian Paul2012-11-061-10/+10
* st/mesa: change glsl_to_tgsi_visitor from class to structBrian Paul2012-11-061-1/+1
* st/mesa: add int cast to silence warningBrian Paul2012-11-061-1/+1
* vbo: fix glVertexAttribI* functionsMarek Olšák2012-11-0610-63/+179
* meta: Remove redundant code in _mesa_meta_GenerateMipmapAnuj Phogat2012-11-051-61/+4
* mesa: Generate invalid operation in glGenerateMipMap for integer texturesAnuj Phogat2012-11-051-0/+9
* mesa: Use "non-gen name" more consistently as an error message in GL core.Eric Anholt2012-11-042-2/+2
* mesa: Fix core GL genned-name handling for glBeginQuery().Eric Anholt2012-11-041-5/+11
* mesa: Fix the core GL genned-name handling for glBindBufferBase()/Range().Eric Anholt2012-11-041-8/+14
* i965: Fix oversized initial allocation of the state cache table pointers.Vandrus Zoltán2012-11-041-1/+1
* i965: Force border color A to 1 when it's not present in the GL format.Eric Anholt2012-11-041-0/+7
* i965: Fix uploading user vertex arrays with basevertex set.Eric Anholt2012-11-043-2/+7
* i965: Set dirty state for brw_draw_upload.c when num_instances changes.Eric Anholt2012-11-041-1/+4
* i965: Remove the vbo_rebase_prims() path.Eric Anholt2012-11-041-15/+6
* i965/fs: Fix a comment in copy propagation.Eric Anholt2012-11-041-1/+3