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
*
Drop macro wrappers for the aligned memory functions
Kristian Høgsberg
2010-02-19
3
-6
/
+6
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
4
-22
/
+22
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
4
-7
/
+7
*
mesa: replace old MEMCPY macro with memcpy
Brian Paul
2010-02-19
2
-2
/
+2
*
Remove _mesa_memset in favor of plain memset.
Kenneth Graunke
2010-02-19
1
-1
/
+1
*
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
2010-02-19
2
-4
/
+4
*
mesa: Fix compiler warnings
Karl Schultz
2010-02-13
1
-1
/
+1
*
mesa: change ctx->Driver.ProgramStringNotify() to return GLboolean
Brian Paul
2010-02-04
2
-2
/
+3
*
tnl: check that state is validated before drawing
Brian Paul
2010-01-29
1
-0
/
+3
*
tnl: fix double->float and int/uint conversion warnings
Brian Paul
2010-01-27
3
-3
/
+3
*
mesa: add core support for ARB_half_float_vertex.
Dave Airlie
2010-01-23
1
-0
/
+19
*
Merge branch 'mesa_7_7_branch'
Jakob Bornecrantz
2010-01-14
5
-8
/
+0
|
\
|
*
tnl: Remove unnecessary header from t_context.c.
Vinson Lee
2010-01-12
1
-1
/
+0
|
*
tnl: Remove unnecessary headers from t_draw.c.
Vinson Lee
2010-01-12
1
-4
/
+0
|
*
tnl: Remove unnecessary header from t_pipeline.c.
Vinson Lee
2010-01-12
1
-1
/
+0
|
*
tnl: Remove unnecessary header from t_rasterpos.c.
Vinson Lee
2010-01-12
1
-1
/
+0
|
*
tnl: Remove unnecessary header from t_vb_program.c.
Vinson Lee
2010-01-12
1
-1
/
+0
*
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-08
1
-0
/
+7
|
\
|
|
*
tnl: set FOGC result to (f,0,0,1)
Brian Paul
2010-01-06
1
-0
/
+7
*
|
tnl: add check for conditional rendering
Brian Paul
2009-12-31
1
-0
/
+4
*
|
mesa: Remove _mesa_exit wrapper for exit().
Eric Anholt
2009-12-22
1
-1
/
+1
*
|
tnl: Replace deprecated FogCoordPtr with AttribPtr[_TNL_ATTRIB_FOG]
Eric Anholt
2009-11-19
4
-14
/
+3
*
|
tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.
Eric Anholt
2009-11-19
6
-42
/
+37
*
|
tnl: Replace deprecated IndexPtr[] with AttribPtr[] or new BackfaceIndexPtr
Eric Anholt
2009-11-19
5
-15
/
+16
*
|
tnl: Replace deprecated ObjPtr with AttribPtr[_TNL_ATTRIB_POS]
Eric Anholt
2009-11-19
6
-17
/
+16
*
|
tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]
Eric Anholt
2009-11-19
5
-9
/
+1
*
|
tnl: Replace NormalPtr with AttribPtr[_TNL_ATTRIB_NORMAL]
Eric Anholt
2009-11-19
3
-4
/
+1
*
|
tnl: Remove unused NotifyInputChanges() tnl dd hook.
Eric Anholt
2009-11-19
2
-9
/
+0
|
/
*
Merge branch 'outputswritten64'
Ian Romanick
2009-11-17
2
-5
/
+5
*
Revert "Store clipping distance for user clip planes as part of vertex proces...
Ian Romanick
2009-10-22
4
-132
/
+18
*
Store clipping distance for user clip planes as part of vertex processing
Ian Romanick
2009-10-13
4
-18
/
+132
*
mesa: move call to init_c_cliptest() from enable.c to tnl module.
Brian Paul
2009-09-09
3
-0
/
+24
*
mesa: Add support for ARB_draw_elements_base_vertex.
Eric Anholt
2009-09-08
1
-16
/
+42
*
mesa: Add support for ARB_depth_clamp.
Eric Anholt
2009-09-08
3
-14
/
+23
*
tnl: if NAN_CHECK is enabled, also assert that pos.x != 0
Brian Paul
2009-08-13
1
-0
/
+3
*
vbo: Avoid extra validation of DrawElements.
Eric Anholt
2009-08-12
3
-3
/
+27
*
Merge branch 'ext-provoking-vertex'
Brian Paul
2009-06-19
1
-23
/
+78
|
\
|
*
mesa: fix first provoking vertex mode for unfilled tri strips
Brian Paul
2009-06-18
1
-10
/
+16
|
*
mesa: fix parity error for tri strips with 1st provoking vertex
Brian Paul
2009-06-03
1
-1
/
+1
|
*
tnl: fix first provoking vertex case for unfilled triangles
Brian Paul
2009-06-03
1
-1
/
+1
|
*
tnl: fix first provoking vertex bug for line loops
Brian Paul
2009-06-03
1
-1
/
+1
|
*
tnl: implement GL_EXT_provoking_vertex
Brian Paul
2009-06-01
1
-17
/
+66
*
|
tnl: updated clip debug code (disabled)
Brian Paul
2009-06-03
1
-9
/
+19
*
|
tnl: add some floating point sanity checks (disabled)
Brian Paul
2009-06-03
1
-2
/
+25
|
/
*
mesa: remove MAX_VERTEX_PROGRAM_ATTRIBS
Brian Paul
2009-05-22
1
-1
/
+1
*
tnl: added some clip debug/print code (disabled)
Brian Paul
2009-05-07
1
-0
/
+19
*
tnl: replace 0x3f with CILP_FRUSTUM_BITS
Brian Paul
2009-05-07
1
-3
/
+3
*
mesa: rename some gl_light fields to be clearer
Brian Paul
2009-04-03
2
-4
/
+4
*
swrast: do texture sampling/combining in floating point
Brian Paul
2009-04-01
1
-6
/
+1
*
mesa: include main/dd.h in t_vb_points.c and t_vp_build.c
Brian Paul
2009-03-03
2
-0
/
+3
[next]