summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl
Commit message (Expand)AuthorAgeFilesLines
* mesa: Use bitmask/ffs to iterate enabled clip planes.Mathias Fröhlich2016-06-164-89/+87
* mesa: Use bitmask/ffs to iterate color material attributes.Mathias Fröhlich2016-06-161-4/+6
* tnl: Use bitmask/ffs to iterate enabled lightsMathias Fröhlich2016-06-162-8/+21
* program: Remove condition-code and precision support.Matt Turner2016-03-011-6/+0
* tnl: remove t_rasterpos.cBrian Paul2015-10-221-478/+0
* tnl: add some comments in render_line_loop codeBrian Paul2015-10-201-2/+3
* glsl: move half<->float convertion to utilRob Clark2015-10-161-0/+1
* vbo: pass the stream from DrawTransformFeedbackStream to driversMarek Olšák2015-08-062-1/+3
* tnl: Avoid double promotion.Matt Turner2015-07-297-30/+28
* mesa: Use floats for viewport bounds.Matt Turner2015-07-292-2/+2
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-203-3/+3
* tnl: Include simple_list.h explicitly in t_context.c.Francisco Jerez2015-06-091-0/+1
* Fix a few typosZoë Blade2015-04-271-1/+1
* tnl: replace __FUNCTION__ with __func__Marius Predut2015-04-143-6/+6
* tnl: Maintain the _WindowMap matrix in TNLcontext v2.Mathias Froehlich2015-04-053-7/+19
* tnl: remove unneeded #include of colormac.hBrian Paul2015-04-0111-11/+1
* mesa/x86: missing stdio inclusionsMark Janes2015-03-051-0/+2
* mesa: include stdio.h where neededBrian Paul2015-03-053-0/+4
* mesa: remove INV_SQRTF() macroBrian Paul2015-02-243-4/+4
* mesa: remove powf macroBrian Paul2015-02-242-1/+2
* mesa: replace FABSF with fabsfBrian Paul2015-02-242-3/+4
* mesa: replace LOGF, EXPF with logf, expfBrian Paul2015-02-241-1/+2
* mesa: Move START/END_FAST_MATH macros to their only use.Matt Turner2015-02-231-0/+78
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-235-20/+20
* mesa: Move simple_list.h to src/util.Eric Anholt2015-01-284-4/+4
* mesa: Replace IS_NEGATIVE(x) with x < 0.0f.Matt Turner2014-09-251-5/+5
* mesa: Drop _mesa_getenv() wrapper.Matt Turner2014-09-241-1/+1
* mesa: add missing null checks in _tnl_register_fastpath()Juha-Pekka Heikkila2014-05-021-2/+12
* tnl: Merge _tnl_vbo_draw_prims() into _tnl_draw_prims().Iago Toral Quiroga2014-04-083-33/+12
* mesa: allow buffers to be mapped multiple timesMarek Olšák2014-02-251-9/+12
* mesa: Convert gl_context::Viewport to gl_context::ViewportArrayCourtney Goeltzenleuchter2014-01-201-8/+8
* s/Tungsten Graphics/VMware/José Fonseca2014-01-1720-30/+30
* mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.Paul Berry2014-01-091-2/+2
* mesa: modified _mesa_align_free() to accept NULL pointerSiavash Eliasi2013-12-041-4/+2
* 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