summaryrefslogtreecommitdiff
path: root/src/mesa/tnl
AgeCommit message (Expand)AuthorFilesLines
2012-06-27mesa: rename ColorMaterialBitmask to _ColorMaterialBitmaskBrian Paul1-2/+2
2012-05-08mesa: move gl_client_array*[] from vbo_draw_func into gl_contextMarek Olšák2-2/+2
2012-03-12tnl: stop using _DD_NEW_x flagsBrian Paul1-1/+2
2012-03-05tnl: let _TNL_ATTRIB_POINTSIZE do not depend on ctx->VertexProgram._EnabledYuanhan Liu1-2/+1
2012-02-29mesa: Push the shine table into the tnl module.Mathias Fröhlich5-9/+179
2012-02-29mesa: Avoid revalidating shine tables in _tnl_RasterPos.Mathias Fröhlich1-2/+0
2012-02-29mesa: Avoid using the shine table for _tnl_RasterPosMathias Fröhlich1-1/+5
2012-02-10mesa: replace GET_SHINE_TAB_ENTRY() macro with an inline functionBrian Paul2-22/+8
2012-02-10mesa: remove gl_light::_SpotExpTable fieldBrian Paul2-12/+3
2012-01-24tnl: remove ctx->Driver.Map/UnmapTexture() callsBrian Paul1-8/+2
2012-01-12vbo: introduce vbo_get_minmax_indices functionYuanhan Liu1-1/+1
2011-12-30vbo: introduce vbo_sizeof_ib_type() functionYuanhan Liu1-18/+2
2011-12-28mesa: Convert to use GLbitfield64 directly.Mathias Fröhlich2-24/+10
2011-12-28mesa: Convert RENDERINPUTS* macros to GLbitfield64.Mathias Fröhlich1-12/+14
2011-12-26mesa: remove leftovers from color indexed rendering.Mathias Fröhlich1-6/+1
2011-12-15mesa: implement DrawTransformFeedback from ARB_transform_feedback2Marek Olšák2-2/+4
2011-12-02mesa: Renumber the tnl attributes to match VERT_ATTRIB*.Mathias Fröhlich1-29/+29
2011-11-30tnl: s/INLINE/inline/Brian Paul2-4/+4
2011-11-29mesa: Make gl_program::InputsRead 64 bits.Mathias Fröhlich1-1/+1
2011-10-23mesa: add swrast_texture_image::BufferBrian Paul2-1/+2
2011-10-07tnl: fix result vector allocation regressionBrian Paul1-4/+10
2011-10-01tnl: Delay results allocation until we actually need them.Eric Anholt1-7/+5
2011-10-01mesa: s/INLINE/inline/Brian Paul2-50/+50
2011-09-21tnl: include swrast/s_chan.h to fix sse buildBrian Paul1-0/+1
2011-09-20mesa: move last bits of GLchan stuff into swrastBrian Paul2-1/+2
2011-08-30tnl: fix regression in bind_indices()Brian Paul1-1/+2
2011-08-30tnl: add const qualifier to silence warningBrian Paul1-1/+1
2011-08-30tnl: use buffer helper functions to improve readbilityBrian Paul1-1/+3
2011-08-26mesa/tnl_dd: Remove unused source tree mesa/tnl_dd/immIan Romanick1-3/+1
2011-08-26dri: Remove all DRI1 driversIan Romanick1-2/+2
2011-08-23tnl: Only map the necessary buffer range in bind_indicesIan Romanick1-5/+21
2011-08-23mesa: Eliminate dd_function_table::MapBufferIan Romanick1-6/+5
2011-08-23mesa: Remove target parameter from dd_function_table::MapBufferIan Romanick1-2/+0
2011-08-23mesa: Remove target parameter from dd_function_table::UnmapBufferIan Romanick1-3/+1
2011-08-11swrast: initial multi-threaded span renderingAndreas Fänger1-0/+12
2011-04-21mesa: gl_fragment_program::FogOption is always GL_NONE so don't check itIan Romanick1-8/+4
2011-03-11mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul1-1/+2
2011-02-15tnl: Add support for datatype GL_FIXED in vertex arraysChad Versace1-0/+40
2011-01-17tnl: assert that num_instances > 0Brian Paul1-0/+2
2011-01-15Merge branch 'draw-instanced'Brian Paul3-9/+19
2010-12-30tnl: Clean up header file inclusion in t_vertex.h.Vinson Lee1-1/+4
2010-12-30tnl: Clean up header file inclusion in t_vp_build.h.Vinson Lee2-2/+2
2010-12-30tnl: Clean up header file inclusion in tnl.h.Vinson Lee1-1/+4
2010-12-13tnl: a better way to initialize the gl_program_machine memoryBrian Paul1-15/+17
2010-12-10tnl: Initialize gl_program_machine memory in run_vp.Vinson Lee1-1/+1
2010-12-10tnl: implement instanced drawingBrian Paul3-9/+19
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg26-191/+191
2010-09-27Remove GL_EXT_cull_vertexIan Romanick2-97/+0
2010-08-07tnl: Reduce header file inclusion in t_context.h.Vinson Lee3-2/+2
2010-07-31tnl: Remove unnecessary headers.Vinson Lee8-8/+0