index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
tnl
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: include mtypes.h less
Marek Olšák
2018-04-12
4
-0
/
+6
*
vbo: Move vbo_split into the tnl module.
Mathias Fröhlich
2018-03-31
8
-7
/
+1258
*
vbo: Readd the arrays argument to the legacy draw methods.
Mathias Fröhlich
2018-03-31
3
-11
/
+7
*
tnl: Push down the gl_vertex_array inputs into tnl drivers.
Mathias Fröhlich
2018-03-31
4
-6
/
+59
*
mesa: Make gl_vertex_array contain pointers to first order VAO members.
Mathias Fröhlich
2018-03-10
3
-52
/
+65
*
mesa: separate legacy stuff from gl_texture_unit into gl_fixedfunc_texture_unit
Marek Olšák
2018-02-13
1
-4
/
+6
*
vbo: Move vbo_rebase into its only caller module tnl.
Mathias Fröhlich
2018-02-06
3
-3
/
+294
*
mesa: Put materials at the end of the generic block.
Mathias Fröhlich
2018-02-01
1
-2
/
+2
*
mesa: Use defines for the aliased material array attributes.
Mathias Fröhlich
2018-02-01
1
-1
/
+1
*
tnl: fix not having texture coords in ATI_fs in swrast
Miklós Máté
2017-12-25
1
-1
/
+2
*
mesa: remove unused vertex attrib WEIGHT
Marek Olšák
2017-11-25
1
-2
/
+1
*
mesa: don't assign numbers to vertex attrib enums manually
Marek Olšák
2017-11-25
1
-53
/
+53
*
mesa: move _mesa_exec_malloc/free() prototypes to their own header
Brian Paul
2017-10-10
1
-0
/
+1
*
mesa: replace VP/FP/ATIfs _Enabled flags with helper functions
Marek Olšák
2017-06-22
1
-1
/
+3
*
mesa: replace _mesa_index_buffer::type with index_size
Marek Olšák
2017-04-22
1
-4
/
+4
*
tnl: remove unused var to silence warning
Brian Paul
2017-03-31
1
-2
/
+0
*
mesa: remove dd_function_table::BindProgram
Marek Olšák
2017-03-29
1
-8
/
+0
*
tnl: remove unneeded #include "util/simple_list.h"
Brian Paul
2016-11-20
2
-2
/
+0
*
st/mesa/r200/i915/i965: move ARB program fields into a union
Timothy Arceri
2016-11-17
1
-2
/
+2
*
mesa: rename gl_client_array -> gl_vertex_array
Brian Paul
2016-10-28
2
-7
/
+7
*
r200/glsl/st/mesa: use common outputs written field
Timothy Arceri
2016-10-26
2
-4
/
+6
*
r200/i915/st/mesa/compiler: use common inputs read field
Timothy Arceri
2016-10-26
2
-4
/
+4
*
st/mesa/r200/i915/i965: eliminate gl_fragment_program
Timothy Arceri
2016-10-26
1
-4
/
+4
*
mesa/i965/i915/r200: eliminate gl_vertex_program
Timothy Arceri
2016-10-26
3
-16
/
+16
*
mesa: Use bitmask/ffs to iterate enabled clip planes.
Mathias Fröhlich
2016-06-16
4
-89
/
+87
*
mesa: Use bitmask/ffs to iterate color material attributes.
Mathias Fröhlich
2016-06-16
1
-4
/
+6
*
tnl: Use bitmask/ffs to iterate enabled lights
Mathias Fröhlich
2016-06-16
2
-8
/
+21
*
program: Remove condition-code and precision support.
Matt Turner
2016-03-01
1
-6
/
+0
*
tnl: remove t_rasterpos.c
Brian Paul
2015-10-22
1
-478
/
+0
*
tnl: add some comments in render_line_loop code
Brian Paul
2015-10-20
1
-2
/
+3
*
glsl: move half<->float convertion to util
Rob Clark
2015-10-16
1
-0
/
+1
*
vbo: pass the stream from DrawTransformFeedbackStream to drivers
Marek Olšák
2015-08-06
2
-1
/
+3
*
tnl: Avoid double promotion.
Matt Turner
2015-07-29
7
-30
/
+28
*
mesa: Use floats for viewport bounds.
Matt Turner
2015-07-29
2
-2
/
+2
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
3
-3
/
+3
*
tnl: Include simple_list.h explicitly in t_context.c.
Francisco Jerez
2015-06-09
1
-0
/
+1
*
Fix a few typos
Zoë Blade
2015-04-27
1
-1
/
+1
*
tnl: replace __FUNCTION__ with __func__
Marius Predut
2015-04-14
3
-6
/
+6
*
tnl: Maintain the _WindowMap matrix in TNLcontext v2.
Mathias Froehlich
2015-04-05
3
-7
/
+19
*
tnl: remove unneeded #include of colormac.h
Brian Paul
2015-04-01
11
-11
/
+1
*
mesa/x86: missing stdio inclusions
Mark Janes
2015-03-05
1
-0
/
+2
*
mesa: include stdio.h where needed
Brian Paul
2015-03-05
3
-0
/
+4
*
mesa: remove INV_SQRTF() macro
Brian Paul
2015-02-24
3
-4
/
+4
*
mesa: remove powf macro
Brian Paul
2015-02-24
2
-1
/
+2
*
mesa: replace FABSF with fabsf
Brian Paul
2015-02-24
2
-3
/
+4
*
mesa: replace LOGF, EXPF with logf, expf
Brian Paul
2015-02-24
1
-1
/
+2
*
mesa: Move START/END_FAST_MATH macros to their only use.
Matt Turner
2015-02-23
1
-0
/
+78
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
5
-20
/
+20
*
mesa: Move simple_list.h to src/util.
Eric Anholt
2015-01-28
4
-4
/
+4
*
mesa: Replace IS_NEGATIVE(x) with x < 0.0f.
Matt Turner
2014-09-25
1
-5
/
+5
[next]