summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl
Commit message (Expand)AuthorAgeFilesLines
* mesa: add indirect drawing buffer parameter to draw functionsChristoph Bumiller2013-11-252-2/+4
* mesa: remove outdated version lines in commentsRico Schüller2013-06-0521-21/+0
* mesa: move max texture image unit constants to gl_program_constantsMarek Olšák2013-05-111-2/+2
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-2319-61/+78
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-2319-19/+19
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-2319-19/+19
* mesa: remove DD_TRI_LIGHT_TWOSIDE flagBrian Paul2013-04-171-6/+6
* mesa: remove DD_TRI_UNFILLED flagBrian Paul2013-04-171-3/+8
* Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry2013-03-151-3/+3
* Replace gl_vert_result enum with gl_varying_slot.Paul Berry2013-03-154-22/+22
* Remove OpenVMS supportMatt Turner2012-11-161-68/+0
* tnl: fix MSVC signed/unsigned warningsBrian Paul2012-11-061-1/+2
* mesa: Fix comments for NV_vp code that's now only used by other extensions.Eric Anholt2012-10-151-1/+1
* mesa: Remove miscellaneous remains of NV_vertex_program.Eric Anholt2012-10-151-32/+0
* mesa: Remove support for NV_vertex_program's tracked matrices.Eric Anholt2012-10-152-10/+2
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-2/+2
* Don't cast the return value of malloc/reallocMatt Turner2012-09-055-7/+7
* mesa: remove SQRTF, use sqrtf. Convert INV_SQRT() to inline function.Brian Paul2012-09-031-1/+1
* mesa: s/FREE/free/Brian Paul2012-09-018-11/+11
* mesa: s/CALLOC/calloc/Brian Paul2012-09-015-5/+5
* mesa: s/MALLOC/malloc/Brian Paul2012-09-013-4/+4
* tnl: use INTERP_4F() instead of four INTERP_F() callsBrian Paul2012-08-291-4/+1
* swrast: Support sampler object for texture fetching statePauli Nieminen2012-08-011-1/+3
* Remove _mesa_inv_sqrtf in favor of 1/SQRTFMatt Turner2012-07-212-3/+3
* Use INV_SQRT instead of 1/SQRTFMatt Turner2012-07-211-1/+1
* mesa: rename ColorMaterialBitmask to _ColorMaterialBitmaskBrian Paul2012-06-271-2/+2
* mesa: move gl_client_array*[] from vbo_draw_func into gl_contextMarek Olšák2012-05-082-2/+2
* tnl: stop using _DD_NEW_x flagsBrian Paul2012-03-121-1/+2
* tnl: let _TNL_ATTRIB_POINTSIZE do not depend on ctx->VertexProgram._EnabledYuanhan Liu2012-03-051-2/+1
* mesa: Push the shine table into the tnl module.Mathias Fröhlich2012-02-295-9/+179
* mesa: Avoid revalidating shine tables in _tnl_RasterPos.Mathias Fröhlich2012-02-291-2/+0
* mesa: Avoid using the shine table for _tnl_RasterPosMathias Fröhlich2012-02-291-1/+5
* mesa: replace GET_SHINE_TAB_ENTRY() macro with an inline functionBrian Paul2012-02-102-22/+8
* mesa: remove gl_light::_SpotExpTable fieldBrian Paul2012-02-102-12/+3
* tnl: remove ctx->Driver.Map/UnmapTexture() callsBrian Paul2012-01-241-8/+2
* vbo: introduce vbo_get_minmax_indices functionYuanhan Liu2012-01-121-1/+1
* vbo: introduce vbo_sizeof_ib_type() functionYuanhan Liu2011-12-301-18/+2
* mesa: Convert to use GLbitfield64 directly.Mathias Fröhlich2011-12-282-24/+10
* mesa: Convert RENDERINPUTS* macros to GLbitfield64.Mathias Fröhlich2011-12-281-12/+14
* mesa: remove leftovers from color indexed rendering.Mathias Fröhlich2011-12-261-6/+1
* mesa: implement DrawTransformFeedback from ARB_transform_feedback2Marek Olšák2011-12-152-2/+4
* mesa: Renumber the tnl attributes to match VERT_ATTRIB*.Mathias Fröhlich2011-12-021-29/+29
* tnl: s/INLINE/inline/Brian Paul2011-11-302-4/+4
* mesa: Make gl_program::InputsRead 64 bits.Mathias Fröhlich2011-11-291-1/+1
* mesa: add swrast_texture_image::BufferBrian Paul2011-10-232-1/+2
* tnl: fix result vector allocation regressionBrian Paul2011-10-071-4/+10
* tnl: Delay results allocation until we actually need them.Eric Anholt2011-10-011-7/+5
* mesa: s/INLINE/inline/Brian Paul2011-10-012-50/+50
* tnl: include swrast/s_chan.h to fix sse buildBrian Paul2011-09-211-0/+1
* mesa: move last bits of GLchan stuff into swrastBrian Paul2011-09-202-1/+2