summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl
Commit message (Expand)AuthorAgeFilesLines
* tnl: remove unused var to silence warningBrian Paul2017-03-311-2/+0
* mesa: remove dd_function_table::BindProgramMarek Olšák2017-03-291-8/+0
* tnl: remove unneeded #include "util/simple_list.h"Brian Paul2016-11-202-2/+0
* st/mesa/r200/i915/i965: move ARB program fields into a unionTimothy Arceri2016-11-171-2/+2
* mesa: rename gl_client_array -> gl_vertex_arrayBrian Paul2016-10-282-7/+7
* r200/glsl/st/mesa: use common outputs written fieldTimothy Arceri2016-10-262-4/+6
* r200/i915/st/mesa/compiler: use common inputs read fieldTimothy Arceri2016-10-262-4/+4
* st/mesa/r200/i915/i965: eliminate gl_fragment_programTimothy Arceri2016-10-261-4/+4
* mesa/i965/i915/r200: eliminate gl_vertex_programTimothy Arceri2016-10-263-16/+16
* 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