summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mesa_7_6_branch'Brian Paul2009-09-221-3/+3
|\
| * mesa: fix more buffer object error messagesBrian Paul2009-09-221-3/+3
| * mesa: make max_buffer_index() a non-static functionBrian Paul2009-09-212-8/+14
| * mesa: add some debug info to teximage.cMaciej Cencora2009-09-211-0/+87
* | selinux: Fix mmap() return value checkAdam Jackson2009-09-211-4/+3
* | mesa: make max_buffer_index() a non-static functionBrian Paul2009-09-212-0/+51
* | mesa: add some debug info to teximage.cMaciej Cencora2009-09-211-0/+87
* | Revert "mesa: move _mesa_meta_init/free() calls to core Mesa"Brian Paul2009-09-201-5/+0
* | mesa: move readbuffer testsBrian Paul2009-09-192-1/+16
* | mesa: use _mesa_get_current_tex_unit() helperBrian Paul2009-09-191-4/+5
* | mesa: use _mesa_get_current_tex_unit() helperBrian Paul2009-09-191-5/+6
* | mesa: move _mesa_meta_init/free() calls to core MesaBrian Paul2009-09-191-0/+5
* | glapi: regenerated filesBrian Paul2009-09-191-2400/+2408
* | mesa: begin some texstore code refactoringBrian Paul2009-09-161-28/+25
* | Merge branch 'mesa_7_6_branch'Ian Romanick2009-09-161-0/+659
|\|
| * Merge branch 'mesa_7_5_branch' into mesa_7_6_branchIan Romanick2009-09-161-0/+659
| |\
| | * mesa: compile glUniformMatrix() functions into display listsBrian Paul2009-09-151-0/+242
| | * mesa: implement more glUniform display list functionsBrian Paul2009-09-151-1/+365
| | * mesa: compile glUniform4f() into display listsBrian Paul2009-09-151-0/+26
| | * mesa: compile glUseProgram/glUseProgramObjectARB into display listsBrian Paul2009-09-151-0/+28
* | | mesa: move generate mipmap callsBrian Paul2009-09-152-43/+63
* | | mesa: minor clean-upBrian Paul2009-09-151-3/+3
* | | mesa: remove last of gotosBrian Paul2009-09-151-62/+62
* | | mesa: more goto removalBrian Paul2009-09-151-142/+129
* | | mesa: remove some gotosBrian Paul2009-09-151-105/+96
* | | mesa: clean-up fbo debug codeBrian Paul2009-09-151-16/+23
* | | mesa: added GL_ARB_provoking_vertex (same as EXT version)Brian Paul2009-09-151-0/+1
* | | Merge branch 'mesa_7_6_branch'Brian Paul2009-09-151-3/+3
|\| |
| * | Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-151-3/+3
| |\|
| | * mesa: raise GL_INVALID_ENUM not GL_INVALID_VALUE for glTexParamter errorsVinson Lee2009-09-111-3/+3
| | * mesa: bump version to 7.5.2Brian Paul2009-09-081-3/+3
| | * mesa: added const qualifiers, move local varBrian Paul2009-08-311-7/+8
| | * mesa: fix saturation logic in emit_texenv()Brian Paul2009-08-311-1/+7
* | | Merge branch 'mesa_7_6_branch'Brian Paul2009-09-101-8/+53
|\| |
| * | mesa: in texenvprogram code, only do saturation when really needed.Brian Paul2009-09-101-8/+53
* | | mesa: regenerate get.c form get_gen.pyBrian Paul2009-09-091-0/+16
* | | mesa: move call to init_c_cliptest() from enable.c to tnl module.Brian Paul2009-09-091-8/+0
* | | mesa: bump version to 7.7Brian Paul2009-09-081-3/+3
* | | mesa: Add support for ARB_draw_elements_base_vertex.Eric Anholt2009-09-0811-72/+207
* | | mesa: Expose NV_depth_clamp if ARB_depth_clamp is supported.Eric Anholt2009-09-081-0/+1
* | | Regenerate files for GL_ARB_depth_clamp.Eric Anholt2009-09-081-2605/+2607
* | | mesa: Add support for ARB_depth_clamp.Eric Anholt2009-09-085-0/+35
* | | mesa: Fix calling conventions of sync object api callbacks.Michal Krol2009-09-072-12/+12
|/ /
* | mesa: rename gl_sync_object::Status to StatusFlagBrian Paul2009-09-032-6/+6
* | Don't dereference function pointers in calls.Ian Romanick2009-09-031-7/+7
* | Whitespace and include file clean-up.Ian Romanick2009-09-031-14/+0
* | Use MIN2 instead of open-coded versionIan Romanick2009-09-031-1/+2
* | ARB sync: Fix delete behavior and context destruction behaviorIan Romanick2009-09-034-24/+103
* | Add dummy list node type 'struct simple_node'Ian Romanick2009-09-031-0/+5
* | ARB sync: Add support for GL_ARB_sync to swrastIan Romanick2009-09-0310-0/+530