summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl
Commit message (Expand)AuthorAgeFilesLines
* mesa: include mtypes.h lessMarek Olšák2018-04-124-0/+6
* vbo: Move vbo_split into the tnl module.Mathias Fröhlich2018-03-318-7/+1258
* vbo: Readd the arrays argument to the legacy draw methods.Mathias Fröhlich2018-03-313-11/+7
* tnl: Push down the gl_vertex_array inputs into tnl drivers.Mathias Fröhlich2018-03-314-6/+59
* mesa: Make gl_vertex_array contain pointers to first order VAO members.Mathias Fröhlich2018-03-103-52/+65
* mesa: separate legacy stuff from gl_texture_unit into gl_fixedfunc_texture_unitMarek Olšák2018-02-131-4/+6
* vbo: Move vbo_rebase into its only caller module tnl.Mathias Fröhlich2018-02-063-3/+294
* mesa: Put materials at the end of the generic block.Mathias Fröhlich2018-02-011-2/+2
* mesa: Use defines for the aliased material array attributes.Mathias Fröhlich2018-02-011-1/+1
* tnl: fix not having texture coords in ATI_fs in swrastMiklós Máté2017-12-251-1/+2
* mesa: remove unused vertex attrib WEIGHTMarek Olšák2017-11-251-2/+1
* mesa: don't assign numbers to vertex attrib enums manuallyMarek Olšák2017-11-251-53/+53
* mesa: move _mesa_exec_malloc/free() prototypes to their own headerBrian Paul2017-10-101-0/+1
* mesa: replace VP/FP/ATIfs _Enabled flags with helper functionsMarek Olšák2017-06-221-1/+3
* mesa: replace _mesa_index_buffer::type with index_sizeMarek Olšák2017-04-221-4/+4
* 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