aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* i965: Remove GL_ARB_color_buffer_float from GL core contexts.Eric Anholt2013-05-061-1/+2
* gallium: fix type of flags in pipe_context::flush()Chia-I Wu2013-05-043-3/+3
* i965: Enable fast clears on non-8x4-aligned sizes.Eric Anholt2013-05-031-13/+0
* vbo: add comments, const qualifiersBrian Paul2013-05-032-9/+24
* mesa: whitespace, formatting fixes, etc in api_arrayelt.cBrian Paul2013-05-031-35/+65
* vbo: use new no-op ArrayElement in _mesa_noop_vtxfmt_init()Brian Paul2013-05-031-2/+7
* mesa: change ctx->Driver.NeedFlush to GLbitfield and update commentBrian Paul2013-05-031-3/+3
* mesa; change ctx->Driver.SaveNeedFlush to boolean, and document it.Brian Paul2013-05-032-5/+6
* vbo: update comments for vbo_save_NotifyBegin()Brian Paul2013-05-031-2/+10
* vbo: implement primitive merging for glBegin/End sequencesBrian Paul2013-05-032-14/+38
* vbo: create a few utility functions for merging primitivesBrian Paul2013-05-032-0/+109
* i965/vs: Add instruction scheduling.Eric Anholt2013-05-023-0/+229
* i965: Move most of the FS instruction scheduler code to a general class.Eric Anholt2013-05-021-49/+75
* i965: Pull a couple of FS scheduling functions out to methods.Eric Anholt2013-05-021-55/+77
* i965: Move FS instruction scheduling to a non-FS-specific file.Eric Anholt2013-05-022-1/+1
* i965: Share the register file enum between the two backends.Eric Anholt2013-05-027-34/+24
* i965: Make dump_instructions be a virtual method of the visitor.Eric Anholt2013-05-026-28/+22
* i965/vs: Do round-robin register allocation on gen6+ like we do in the FS.Eric Anholt2013-05-021-0/+4
* i965: Fix SNB GPU hangs when a blorp batch is the first thing to execute.Eric Anholt2013-05-021-0/+35
* mesa: update comments, simplify code in vtxfmt.cBrian Paul2013-05-021-8/+6
* mesa: update GLvertexformat commentsBrian Paul2013-05-021-20/+7
* mesa: remove GLvertexformat::EvalMesh1(), EvalMesh2()Brian Paul2013-05-029-176/+110
* mesa: remove GLvertexformat::Rectf()Brian Paul2013-05-027-56/+24
* mesa: simplify dispatch for glDraw* functionsBrian Paul2013-05-028-401/+17
* vbo: add new vbo_initialize_exec_dispatch(), vbo_initialize_save_dispatch()Brian Paul2013-05-023-0/+68
* mesa: remove _MESA_INIT_EVAL_VTXFMT() macroBrian Paul2013-05-025-16/+32
* mesa: remove _MESA_INIT_ARRAYELT_VTXFMT() macroBrian Paul2013-05-025-8/+4
* mesa: remove _MESA_INIT_DLIST_VTXFMT() macroBrian Paul2013-05-025-10/+9
* mesa: change _mesa_inside_dlist_begin_end() to handle PRIM_UNKNOWNBrian Paul2013-05-022-5/+3
* vbo: fix initial value of ctx->Driver.CurrentSavePrimitiveBrian Paul2013-05-021-1/+1
* vbo: fix error detection in vbo_save_playback_vertex_list()Brian Paul2013-05-021-11/+6
* mesa: comments, formatting fixes in dlist codeBrian Paul2013-05-021-3/+10
* vbo: remove redundant vfmt->Begin = _save_Begin assignmentBrian Paul2013-05-021-1/+0
* mesa: don't install glDraw* functions into the BeginEnd dispatch tableBrian Paul2013-05-021-30/+43
* vbo: fix parameter validation for saving dlist glDraw* functionsBrian Paul2013-05-021-4/+39
* mesa: add missing error check in _mesa_EndList()Brian Paul2013-05-021-0/+6
* mesa: remove unused PRIM_INSIDE_UNKNOWN_PRIM constantBrian Paul2013-05-024-12/+7
* mesa: simplify save_Begin() error checkingBrian Paul2013-05-021-20/+13
* mesa: refactor _mesa_valid_prim_mode()Brian Paul2013-05-022-14/+24
* mesa: fix CurrentSavePrimitive <= GL_POLYGON testsBrian Paul2013-05-022-3/+3
* mesa: adjust PRIM_x constants for geometry shadersBrian Paul2013-05-021-3/+4
* mesa: fix save_ShadeModel() logic and add new commentsBrian Paul2013-05-021-4/+5
* mesa: implement glFramebufferTextureJordan Justen2013-05-012-0/+20
* mesa: add Layered field to framebuffersJordan Justen2013-05-012-0/+22
* mesa: add renderbuffer attachment Layered fieldJordan Justen2013-05-013-8/+12
* mesa: add renderbuffer Depth fieldJordan Justen2013-05-012-0/+2
* scons: remove IN_DRI_DRIVERAndreas Boll2013-05-011-1/+0
* build: remove unused API_DEFINESAndreas Boll2013-05-0114-15/+5
* intel: use automake conditionals for defining FEATURE_{ES1,ES2}Andreas Boll2013-05-012-2/+20
* intel: remove executable bit from C fileAndreas Boll2013-05-011-0/+0