summaryrefslogtreecommitdiff
path: root/src/mesa/tnl
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-24mesa: replace FABSF with fabsfBrian Paul2-3/+4
2015-02-24mesa: replace LOGF, EXPF with logf, expfBrian Paul1-1/+2
2015-02-23mesa: Move START/END_FAST_MATH macros to their only use.Matt Turner1-0/+78
2015-02-23mesa: Use assert() instead of ASSERT wrapper.Matt Turner5-20/+20
2015-01-28mesa: Move simple_list.h to src/util.Eric Anholt4-4/+4
2014-09-25mesa: Replace IS_NEGATIVE(x) with x < 0.0f.Matt Turner1-5/+5
2014-09-24mesa: Drop _mesa_getenv() wrapper.Matt Turner1-1/+1
2014-05-02mesa: add missing null checks in _tnl_register_fastpath()Juha-Pekka Heikkila1-2/+12
2014-04-08tnl: Merge _tnl_vbo_draw_prims() into _tnl_draw_prims().Iago Toral Quiroga3-33/+12
2014-02-25mesa: allow buffers to be mapped multiple timesMarek Olšák1-9/+12
2014-01-20mesa: Convert gl_context::Viewport to gl_context::ViewportArrayCourtney Goeltzenleuchter1-8/+8
2014-01-17s/Tungsten Graphics/VMware/José Fonseca20-30/+30
2014-01-09mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.Paul Berry1-2/+2
2013-12-04mesa: modified _mesa_align_free() to accept NULL pointerSiavash Eliasi1-4/+2
2013-11-25mesa: add indirect drawing buffer parameter to draw functionsChristoph Bumiller2-2/+4
2013-06-05mesa: remove outdated version lines in commentsRico Schüller21-21/+0
2013-05-11mesa: move max texture image unit constants to gl_program_constantsMarek Olšák1-2/+2
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke19-61/+78
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke19-19/+19
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke19-19/+19
2013-04-17mesa: remove DD_TRI_LIGHT_TWOSIDE flagBrian Paul1-6/+6
2013-04-17mesa: remove DD_TRI_UNFILLED flagBrian Paul1-3/+8
2013-03-15Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry1-3/+3
2013-03-15Replace gl_vert_result enum with gl_varying_slot.Paul Berry4-22/+22
2012-11-16Remove OpenVMS supportMatt Turner1-68/+0
2012-11-06tnl: fix MSVC signed/unsigned warningsBrian Paul1-1/+2
2012-10-15mesa: Fix comments for NV_vp code that's now only used by other extensions.Eric Anholt1-1/+1
2012-10-15mesa: Remove miscellaneous remains of NV_vertex_program.Eric Anholt1-32/+0
2012-10-15mesa: Remove support for NV_vertex_program's tracked matrices.Eric Anholt2-10/+2
2012-09-05Remove useless checks for NULL before freeingMatt Turner1-2/+2