index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
tnl
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove final imports.h and imports.c bits
Dylan Baker
2020-04-21
12
-56
/
+56
*
mesa|mapi: replace _mesa_[v]snprintf with [v]snprintf
Dylan Baker
2020-04-21
1
-1
/
+1
*
replace imports memory functions with utils memory functions
Dylan Baker
2020-04-21
3
-13
/
+13
*
replace malloc macros in imports.h with u_memory.h versions
Dylan Baker
2020-04-21
2
-0
/
+2
*
Replace IS_INF_OR_NAN with util_is_inf_or_nan
Dylan Baker
2020-04-21
3
-6
/
+6
*
replace _mesa_is_pow_two with util_is_power_of_two_*
Dylan Baker
2020-04-21
1
-1
/
+1
*
tnl: Code formatting in t_rebase.c
Ian Romanick
2020-04-13
1
-60
/
+51
*
tnl: Code formatting in t_draw.c
Ian Romanick
2020-04-13
1
-140
/
+132
*
tnl: Silence unused parameter warnings in _tnl_split_inplace
Ian Romanick
2020-04-13
3
-10
/
+2
*
tnl: Silence unused parameter warnings in dump_draw_info
Ian Romanick
2020-04-13
1
-10
/
+4
*
tnl: Silence unused parameter warnings in _tnl_draw_prims
Ian Romanick
2020-04-13
5
-18
/
+9
*
tnl: Silence unused parameter 'attrib' warning in convert_half_to_float
Ian Romanick
2020-04-13
1
-8
/
+7
*
tnl: Don't dereference NULL obj pointer in t_rebase_prims
Ian Romanick
2020-04-13
1
-10
/
+13
*
tnl: Don't dereference NULL obj pointer in replay_init
Ian Romanick
2020-04-13
1
-8
/
+10
*
tnl: Don't dereference NULL obj pointer in bind_indices
Ian Romanick
2020-04-13
1
-14
/
+16
*
mesa: remove no longer needed _mesa_is_bufferobj function
Marek Olšák
2020-04-06
3
-7
/
+7
*
mesa: don't ever bind NullBufferObj for glBindBuffer targets
Marek Olšák
2020-04-06
3
-4
/
+4
*
mesa: don't ever set NullBufferObj in gl_vertex_array_binding
Marek Olšák
2020-04-06
1
-7
/
+11
*
Move compiler.h and imports.h/c from src/mesa/main into src/util
Marek Olšák
2020-03-27
15
-15
/
+15
*
mesa: remove _mesa_index_buffer::index_size in favor of index_size_shift
Marek Olšák
2020-03-04
4
-16
/
+13
*
mesa: add index_size_shift = log2(index_size) into _mesa_index_buffer
Marek Olšák
2020-03-04
3
-0
/
+3
*
mesa: move num_instances and base_instance out of _mesa_prim
Marek Olšák
2020-02-28
8
-12
/
+39
*
mesa: remove redundant _mesa_prim::is_indexed
Marek Olšák
2020-02-28
1
-1
/
+0
*
mesa: remove unused "indirect" parameter from Driver.Draw
Marek Olšák
2020-02-28
5
-13
/
+9
*
mesa: Factor out struct gl_vertex_format.
Mathias Fröhlich
2018-11-21
2
-23
/
+17
*
tnl: Use gl_array_attribute::_ElementSize.
Mathias Fröhlich
2018-11-21
1
-9
/
+2
*
tnl: Fix green gun regression in xonotic.
Mathias Fröhlich
2018-09-06
1
-1
/
+1
*
mesa: Add support for AMD_depth_clamp_separate
Sagar Ghuge
2018-08-28
2
-5
/
+9
*
mesa/vbo/tnl: Move gl_vertex_array related stuff to tnl.
Mathias Fröhlich
2018-05-10
10
-34
/
+180
*
mesa: Remove Array._DrawArrays.
Mathias Fröhlich
2018-05-10
2
-7
/
+6
*
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
[next]