summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: fix GL_TEXTURE_INTERNAL_FORMAT query for compressed formatsBrian Paul2009-10-231-1/+9
* mesa: added _mesa_compressed_format_to_glenum()Brian Paul2009-10-232-0/+54
* mesa: change s3tc vs. fxt1 priority when choosing compressed formatsBrian Paul2009-10-231-8/+8
* mesa: code refactoring- new _mesa_finish(), _mesa_flush()Brian Paul2009-10-222-8/+37
* mesa: Fix Mac OS build.Vinson Lee2009-10-201-0/+3
* mesa: use C locale for _mesa_strtod()Brian Paul2009-10-161-0/+12
* mesa: fix incorrect assertion in _mesa_add_aux_renderbuffers()Brian Paul2009-10-091-1/+1
* mesa: fix return value when clipping {Read,Draw}Pixels height <= 0Brian Paul2009-10-051-2/+2
* Use _mesa_select_tex_image() rather than hardcoding face 0.Michel Dänzer2009-10-051-2/+1
* mesa: fix incorrect default texture binding in unbind_texobj_from_texunits()Brian Paul2009-10-021-1/+1
* mesa: fix memory leak when generating mipmaps for compressed texturesBrian Paul2009-10-011-6/+10
* mesa: add missing return when out of memoryBrian Paul2009-10-011-0/+1
* mesa: fix potential uninitialized memory readsBrian Paul2009-10-011-0/+6
* mesa: bump version to 7.6.1Brian Paul2009-09-291-3/+3
* mesa: work-around glXCopyContext() bug in _mesa_copy_texture_state()Brian Paul2009-09-291-8/+14
* Prep for 7.6 releaseIan Romanick2009-09-281-1/+1
* Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-241-6/+1
|\
| * mesa: remove glEnable(GL_DEPTH_BOUNDS_TEST_EXT) check/warningBrian Paul2009-09-241-5/+0
| * mesa: remove rgbMode check in enable_texture()Brian Paul2009-09-241-1/+1
| * mesa: fix error message textBrian Paul2009-09-221-1/+1
* | i965: Emit zero initialization for NV VP temporaries as required.Eric Anholt2009-09-241-0/+1
* | mesa: replace assertion with no-op function assignmentBrian Paul2009-09-241-1/+12
* | mesa: added default case return to silence warningBrian Paul2009-09-241-0/+1
* | 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
* | 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
* | 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
* | mesa: in texenvprogram code, only do saturation when really needed.Brian Paul2009-09-101-8/+53
* | 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
* | ARB sync: Regenerate files from previous commitIan Romanick2009-09-031-3093/+3137
* | ARB sync: Add infrastructure for glGetInteger64vIan Romanick2009-09-036-1/+1862
* | mesa: fix typos in separable filter functionsBrian Paul2009-09-031-4/+4
* | mesa: compute tex env program key size based on nr_enabled_unitsBrian Paul2009-09-031-8/+18
* | mesa: use new combined PBO validate/map helpers in convolution/filter funcsBrian Paul2009-09-031-66/+23
* | mesa: use new combined PBO validate/map helpersBrian Paul2009-09-034-126/+43