summaryrefslogtreecommitdiff
path: root/src/mesa/tnl
AgeCommit message (Expand)AuthorFilesLines
2013-06-05mesa: remove outdated version lines in commentsRico Schüller21-21/+0
2013-05-11mesa: move max texture image unit constants to gl_program_constantsMarek Olšák1-2/+2
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke19-61/+78
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke19-19/+19
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke19-19/+19
2013-04-17mesa: remove DD_TRI_LIGHT_TWOSIDE flagBrian Paul1-6/+6
2013-04-17mesa: remove DD_TRI_UNFILLED flagBrian Paul1-3/+8
2013-03-15Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry1-3/+3
2013-03-15Replace gl_vert_result enum with gl_varying_slot.Paul Berry4-22/+22
2012-11-16Remove OpenVMS supportMatt Turner1-68/+0
2012-11-06tnl: fix MSVC signed/unsigned warningsBrian Paul1-1/+2
2012-10-15mesa: Fix comments for NV_vp code that's now only used by other extensions.Eric Anholt1-1/+1
2012-10-15mesa: Remove miscellaneous remains of NV_vertex_program.Eric Anholt1-32/+0
2012-10-15mesa: Remove support for NV_vertex_program's tracked matrices.Eric Anholt2-10/+2
2012-09-05Remove useless checks for NULL before freeingMatt Turner1-2/+2
2012-09-05Don't cast the return value of malloc/reallocMatt Turner5-7/+7
2012-09-03mesa: remove SQRTF, use sqrtf. Convert INV_SQRT() to inline function.Brian Paul1-1/+1
2012-09-01mesa: s/FREE/free/Brian Paul8-11/+11
2012-09-01mesa: s/CALLOC/calloc/Brian Paul5-5/+5
2012-09-01mesa: s/MALLOC/malloc/Brian Paul3-4/+4
2012-08-29tnl: use INTERP_4F() instead of four INTERP_F() callsBrian Paul1-4/+1
2012-08-01swrast: Support sampler object for texture fetching statePauli Nieminen1-1/+3
2012-07-21Remove _mesa_inv_sqrtf in favor of 1/SQRTFMatt Turner2-3/+3
2012-07-21Use INV_SQRT instead of 1/SQRTFMatt Turner1-1/+1
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