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
/
main
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Lock mutex around _mesa_HashLookup linked list chase.
Brian Paul
2010-02-16
2
-3
/
+6
*
mesa: Test for failed malloc in _mesa_HashInsert.
Brian Paul
2010-02-16
1
-4
/
+6
*
mesa: Don't pass paramter to __builtin_clz which would hve undefined result.
Pauli Nieminen
2010-02-14
1
-5
/
+11
*
mesa: Fix compiler warnings
Karl Schultz
2010-02-13
4
-17
/
+17
*
mesa: enable GL_ARB_fragment_coord_conventions for sw drivers
Brian Paul
2010-02-13
1
-2
/
+2
*
mesa: Export GL_EXT_texture_cube_map.
José Fonseca
2010-02-13
1
-0
/
+1
*
mesa: s/abort/sys.exit/
Vinson Lee
2010-02-13
1
-1
/
+2
*
mesa: Remove unnecessary header.
Vinson Lee
2010-02-12
2
-2
/
+0
*
main: Fix compiler warning. No need to convert/store depthScale as GLfloat j...
Karl Schultz
2010-02-11
1
-2
/
+2
*
mesa: additional constant/limit assertions
Brian Paul
2010-02-11
1
-0
/
+5
*
mesa: move all limit/constant assertions into check_context_limits()
Brian Paul
2010-02-09
1
-30
/
+30
*
Merge branch 'gallium-nopointsizeminmax'
Roland Scheidegger
2010-02-09
1
-1
/
+1
|
\
|
*
gallium: add point size clamp to implementation limits in vertex shader
Roland Scheidegger
2010-02-04
1
-1
/
+1
*
|
Retire miniglx and move the actual glx code up to src/glx
Kristian Høgsberg
2010-02-09
1
-1
/
+1
*
|
mesa: add back-door support for cylindrical texture wrap mode
Brian Paul
2010-02-09
1
-0
/
+12
*
|
mesa: Enable true refcounting for NullBufferObj.
Michal Krol
2010-02-09
6
-8
/
+26
*
|
mesa: Protect buffer objects reference counting with a mutex.
Michal Krol
2010-02-09
2
-4
/
+7
*
|
mesa: Fix null buffer object reference counting.
José Fonseca
2010-02-09
1
-6
/
+8
*
|
mesa: Always do proper ref counting of shared state.
José Fonseca
2010-02-09
3
-23
/
+34
*
|
mesa: Fix mesa_next_pow_two to return same value if parameter is pow2.
Pauli Nieminen
2010-02-07
1
-3
/
+5
*
|
mesa/main: Add function to find next higher power of two.
Pauli Nieminen
2010-02-06
1
-0
/
+46
*
|
mesa: change ctx->Driver.ProgramStringNotify() to return GLboolean
Brian Paul
2010-02-04
2
-5
/
+16
*
|
mesa: increase number of texture units to MAX_COMBINED_TEXTURE_IMAGE_UNITS
Brian Paul
2010-02-03
4
-13
/
+25
*
|
mesa: re-dimension RasterTexCoords and CoordReplace
Brian Paul
2010-02-03
1
-2
/
+2
*
|
mesa: added texcoord unit assertion
Brian Paul
2010-02-03
1
-0
/
+2
*
|
mesa: use Elements() instead of MAX_TEXTURE_COORD_UNITS
Brian Paul
2010-02-03
1
-1
/
+1
*
|
mesa: added tex unit assert, use Elements() macro
Brian Paul
2010-02-03
1
-1
/
+2
*
|
mesa: check for invalid texture coord unit in glGet queries
Brian Paul
2010-02-03
2
-56
/
+147
*
|
mesa: add error check for querying invalid texture matrix
Brian Paul
2010-02-03
2
-5
/
+41
*
|
mesa: use Elements() as limit in loops over texture/program matrix stacks
Brian Paul
2010-02-03
1
-4
/
+4
*
|
mesa: add out of bounds assertions for accessing texture matrix stack
Brian Paul
2010-02-03
1
-0
/
+2
*
|
mesa: Factor out the fb initialization details from _mesa_new_framebuffer.
Francisco Jerez
2010-02-03
2
-13
/
+34
*
|
mesa: Add a BITSET_FFS function.
Francisco Jerez
2010-02-02
1
-1
/
+24
*
|
mesa: Remove unnecessary headers.
Vinson Lee
2010-02-01
3
-7
/
+0
*
|
mesa: Remove unnecessary headers.
Vinson Lee
2010-01-31
4
-10
/
+0
*
|
Merge commit 'lb2/arb_fragment_coord_conventions'
Keith Whitwell
2010-01-29
1
-1
/
+2
|
\
\
|
*
|
mesa: don't expose GL_ARB_fragment_coord_conventions until the GLSL part is done
Luca Barbieri
2010-01-29
1
-1
/
+2
*
|
|
mesa: do state validation in _mesa_valid_to_render()
Brian Paul
2010-01-29
2
-9
/
+4
|
/
/
*
|
mesa: fix double->float assignment warnings
Brian Paul
2010-01-27
1
-3
/
+3
*
|
mesa: fix int/uint comparison warnings
Brian Paul
2010-01-27
2
-7
/
+7
*
|
mesa: more info in glActiveTexture error msg
Brian Paul
2010-01-27
1
-1
/
+2
*
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-26
2
-14
/
+19
|
\
\
|
*
|
mesa: Don't bind DRAW/READ_FRAMEBUFFER separately without FBO blit support
Erik Wien
2010-01-26
1
-8
/
+19
|
*
|
mesa: remove redundant _MaxElement computation
Brian Paul
2010-01-26
1
-6
/
+0
*
|
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-25
1
-3
/
+3
|
\
|
|
|
*
|
mesa: move _mesa_debug() call earlier in _mesa_Scissor
Brian Paul
2010-01-24
1
-3
/
+3
*
|
|
Merge branch 'arb_half_float_vertex'
Dave Airlie
2010-01-23
4
-2228
/
+2255
|
\
\
\
|
*
|
|
mesa: add core support for ARB_half_float_vertex.
Dave Airlie
2010-01-23
3
-0
/
+24
|
*
|
|
glapi: add GL_HALF_FLOAT enum support.
Dave Airlie
2010-01-23
1
-2228
/
+2231
*
|
|
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
28
-63
/
+3
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
[next]