summaryrefslogtreecommitdiff
path: root/src/mesa/tnl
AgeCommit message (Expand)AuthorFilesLines
2018-11-21mesa: Factor out struct gl_vertex_format.Mathias Fröhlich2-23/+17
2018-11-21tnl: Use gl_array_attribute::_ElementSize.Mathias Fröhlich1-9/+2
2018-09-06tnl: Fix green gun regression in xonotic.Mathias Fröhlich1-1/+1
2018-08-28mesa: Add support for AMD_depth_clamp_separateSagar Ghuge2-5/+9
2018-05-10mesa/vbo/tnl: Move gl_vertex_array related stuff to tnl.Mathias Fröhlich10-34/+180
2018-05-10mesa: Remove Array._DrawArrays.Mathias Fröhlich2-7/+6
2018-04-12mesa: include mtypes.h lessMarek Olšák4-0/+6
2018-03-31vbo: Move vbo_split into the tnl module.Mathias Fröhlich8-7/+1258
2018-03-31vbo: Readd the arrays argument to the legacy draw methods.Mathias Fröhlich3-11/+7
2018-03-31tnl: Push down the gl_vertex_array inputs into tnl drivers.Mathias Fröhlich4-6/+59
2018-03-10mesa: Make gl_vertex_array contain pointers to first order VAO members.Mathias Fröhlich3-52/+65
2018-02-13mesa: separate legacy stuff from gl_texture_unit into gl_fixedfunc_texture_unitMarek Olšák1-4/+6
2018-02-06vbo: Move vbo_rebase into its only caller module tnl.Mathias Fröhlich3-3/+294
2018-02-01mesa: Put materials at the end of the generic block.Mathias Fröhlich1-2/+2
2018-02-01mesa: Use defines for the aliased material array attributes.Mathias Fröhlich1-1/+1
2017-12-25tnl: fix not having texture coords in ATI_fs in swrastMiklós Máté1-1/+2
2017-11-25mesa: remove unused vertex attrib WEIGHTMarek Olšák1-2/+1
2017-11-25mesa: don't assign numbers to vertex attrib enums manuallyMarek Olšák1-53/+53
2017-10-10mesa: move _mesa_exec_malloc/free() prototypes to their own headerBrian Paul1-0/+1
2017-06-22mesa: replace VP/FP/ATIfs _Enabled flags with helper functionsMarek Olšák1-1/+3
2017-04-22mesa: replace _mesa_index_buffer::type with index_sizeMarek Olšák1-4/+4
2017-03-31tnl: remove unused var to silence warningBrian Paul1-2/+0
2017-03-29mesa: remove dd_function_table::BindProgramMarek Olšák1-8/+0
2016-11-20tnl: remove unneeded #include "util/simple_list.h"Brian Paul2-2/+0
2016-11-17st/mesa/r200/i915/i965: move ARB program fields into a unionTimothy Arceri1-2/+2
2016-10-28mesa: rename gl_client_array -> gl_vertex_arrayBrian Paul2-7/+7
2016-10-26r200/glsl/st/mesa: use common outputs written fieldTimothy Arceri2-4/+6
2016-10-26r200/i915/st/mesa/compiler: use common inputs read fieldTimothy Arceri2-4/+4
2016-10-26st/mesa/r200/i915/i965: eliminate gl_fragment_programTimothy Arceri1-4/+4
2016-10-26mesa/i965/i915/r200: eliminate gl_vertex_programTimothy Arceri3-16/+16
2016-06-16mesa: Use bitmask/ffs to iterate enabled clip planes.Mathias Fröhlich4-89/+87
2016-06-16mesa: Use bitmask/ffs to iterate color material attributes.Mathias Fröhlich1-4/+6
2016-06-16tnl: Use bitmask/ffs to iterate enabled lightsMathias Fröhlich2-8/+21
2016-03-01program: Remove condition-code and precision support.Matt Turner1-6/+0
2015-10-22tnl: remove t_rasterpos.cBrian Paul1-478/+0
2015-10-20tnl: add some comments in render_line_loop codeBrian Paul1-2/+3
2015-10-16glsl: move half<->float convertion to utilRob Clark1-0/+1
2015-08-06vbo: pass the stream from DrawTransformFeedbackStream to driversMarek Olšák2-1/+3
2015-07-29tnl: Avoid double promotion.Matt Turner7-30/+28
2015-07-29mesa: Use floats for viewport bounds.Matt Turner2-2/+2
2015-07-20mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke3-3/+3
2015-06-09tnl: Include simple_list.h explicitly in t_context.c.Francisco Jerez1-0/+1
2015-04-27Fix a few typosZoë Blade1-1/+1
2015-04-14tnl: replace __FUNCTION__ with __func__Marius Predut3-6/+6
2015-04-05tnl: Maintain the _WindowMap matrix in TNLcontext v2.Mathias Froehlich3-7/+19
2015-04-01tnl: remove unneeded #include of colormac.hBrian Paul11-11/+1
2015-03-05mesa/x86: missing stdio inclusionsMark Janes1-0/+2
2015-03-05mesa: include stdio.h where neededBrian Paul3-0/+4
2015-02-24mesa: remove INV_SQRTF() macroBrian Paul3-4/+4
2015-02-24mesa: remove powf macroBrian Paul2-1/+2