summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2009-09-20Revert "Nasty workaround for apparent GCC bug"Thomas White
2009-09-20Nasty workaround for apparent GCC bugThomas White
2009-09-16mesa: begin some texstore code refactoringBrian Paul
2009-09-16Merge branch 'mesa_7_6_branch'Ian Romanick
2009-09-16Merge branch 'mesa_7_5_branch' into mesa_7_6_branchIan Romanick
2009-09-15mesa: move generate mipmap callsBrian Paul
2009-09-15mesa: minor clean-upBrian Paul
2009-09-15mesa: remove last of gotosBrian Paul
2009-09-15mesa: more goto removalBrian Paul
2009-09-15mesa: remove some gotosBrian Paul
2009-09-15mesa: clean-up fbo debug codeBrian Paul
2009-09-15mesa: added GL_ARB_provoking_vertex (same as EXT version)Brian Paul
2009-09-15mesa: compile glUniformMatrix() functions into display listsBrian Paul
2009-09-15mesa: implement more glUniform display list functionsBrian Paul
2009-09-15mesa: compile glUniform4f() into display listsBrian Paul
2009-09-15mesa: compile glUseProgram/glUseProgramObjectARB into display listsBrian Paul
2009-09-15Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-15Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul
2009-09-11mesa: raise GL_INVALID_ENUM not GL_INVALID_VALUE for glTexParamter errorsVinson Lee
2009-09-10Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-10mesa: in texenvprogram code, only do saturation when really needed.Brian Paul
2009-09-09mesa: regenerate get.c form get_gen.pyBrian Paul
2009-09-09mesa: move call to init_c_cliptest() from enable.c to tnl module.Brian Paul
2009-09-08mesa: bump version to 7.7Brian Paul
2009-09-08mesa: Add support for ARB_draw_elements_base_vertex.Eric Anholt
2009-09-08mesa: Expose NV_depth_clamp if ARB_depth_clamp is supported.Eric Anholt
2009-09-08Regenerate files for GL_ARB_depth_clamp.Eric Anholt
2009-09-08mesa: Add support for ARB_depth_clamp.Eric Anholt
2009-09-08mesa: bump version to 7.5.2Brian Paul
2009-09-07mesa: Fix calling conventions of sync object api callbacks.Michal Krol
2009-09-03mesa: rename gl_sync_object::Status to StatusFlagBrian Paul
2009-09-03Don't dereference function pointers in calls.Ian Romanick
2009-09-03Whitespace and include file clean-up.Ian Romanick
2009-09-03Use MIN2 instead of open-coded versionIan Romanick
2009-09-03ARB sync: Fix delete behavior and context destruction behaviorIan Romanick
2009-09-03Add dummy list node type 'struct simple_node'Ian Romanick
2009-09-03ARB sync: Add support for GL_ARB_sync to swrastIan Romanick
2009-09-03ARB sync: Regenerate files from previous commitIan Romanick
2009-09-03ARB sync: Add infrastructure for glGetInteger64vIan Romanick
2009-09-03mesa: fix typos in separable filter functionsBrian Paul
2009-09-03mesa: compute tex env program key size based on nr_enabled_unitsBrian Paul
2009-09-03mesa: use new combined PBO validate/map helpers in convolution/filter funcsBrian Paul
2009-09-03mesa: use new combined PBO validate/map helpersBrian Paul
2009-09-03mesa: combined PBO validate/map helpersBrian Paul
2009-09-03mesa: use new _mesa_map_pbo_source/dest() functions in more placesBrian Paul
2009-09-03mesa: consolidate PBO map/unmap helpersBrian Paul
2009-09-03mesa: change ctx->Driver.BufferData() to return GLboolean for success/failureBrian Paul
2009-09-02Revert "mesa: fix the non-GNU C bit-field case"Brian Paul
2009-09-02mesa: fix the non-GNU C bit-field caseBrian Paul
2009-09-02mesa: silence gcc bit-field warningGary Wong