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
/
main
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
|
mesa: compile glUniform4f() into display lists
Brian Paul
2009-09-15
1
-0
/
+26
|
|
*
|
|
mesa: compile glUseProgram/glUseProgramObjectARB into display lists
Brian Paul
2009-09-15
1
-0
/
+28
*
|
|
|
|
mesa: move generate mipmap calls
Brian Paul
2009-09-15
2
-43
/
+63
*
|
|
|
|
mesa: minor clean-up
Brian Paul
2009-09-15
1
-3
/
+3
*
|
|
|
|
mesa: remove last of gotos
Brian Paul
2009-09-15
1
-62
/
+62
*
|
|
|
|
mesa: more goto removal
Brian Paul
2009-09-15
1
-142
/
+129
*
|
|
|
|
mesa: remove some gotos
Brian Paul
2009-09-15
1
-105
/
+96
*
|
|
|
|
mesa: clean-up fbo debug code
Brian Paul
2009-09-15
1
-16
/
+23
*
|
|
|
|
mesa: added GL_ARB_provoking_vertex (same as EXT version)
Brian Paul
2009-09-15
1
-0
/
+1
*
|
|
|
|
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-09-15
1
-3
/
+3
|
\
|
|
|
|
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
Brian Paul
2009-09-15
1
-3
/
+3
|
|
\
|
|
|
|
*
|
mesa: raise GL_INVALID_ENUM not GL_INVALID_VALUE for glTexParamter errors
Vinson Lee
2009-09-11
1
-3
/
+3
|
|
*
|
mesa: bump version to 7.5.2
Brian Paul
2009-09-08
1
-3
/
+3
|
|
*
|
mesa: added const qualifiers, move local var
Brian Paul
2009-08-31
1
-7
/
+8
|
|
*
|
mesa: fix saturation logic in emit_texenv()
Brian Paul
2009-08-31
1
-1
/
+7
*
|
|
|
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-09-10
1
-8
/
+53
|
\
|
|
|
|
*
|
|
mesa: in texenvprogram code, only do saturation when really needed.
Brian Paul
2009-09-10
1
-8
/
+53
*
|
|
|
mesa: regenerate get.c form get_gen.py
Brian Paul
2009-09-09
1
-0
/
+16
*
|
|
|
mesa: move call to init_c_cliptest() from enable.c to tnl module.
Brian Paul
2009-09-09
1
-8
/
+0
*
|
|
|
mesa: bump version to 7.7
Brian Paul
2009-09-08
1
-3
/
+3
*
|
|
|
mesa: Add support for ARB_draw_elements_base_vertex.
Eric Anholt
2009-09-08
11
-72
/
+207
*
|
|
|
mesa: Expose NV_depth_clamp if ARB_depth_clamp is supported.
Eric Anholt
2009-09-08
1
-0
/
+1
*
|
|
|
Regenerate files for GL_ARB_depth_clamp.
Eric Anholt
2009-09-08
1
-2605
/
+2607
*
|
|
|
mesa: Add support for ARB_depth_clamp.
Eric Anholt
2009-09-08
5
-0
/
+35
*
|
|
|
mesa: Fix calling conventions of sync object api callbacks.
Michal Krol
2009-09-07
2
-12
/
+12
|
/
/
/
*
|
|
mesa: rename gl_sync_object::Status to StatusFlag
Brian Paul
2009-09-03
2
-6
/
+6
*
|
|
Don't dereference function pointers in calls.
Ian Romanick
2009-09-03
1
-7
/
+7
*
|
|
Whitespace and include file clean-up.
Ian Romanick
2009-09-03
1
-14
/
+0
*
|
|
Use MIN2 instead of open-coded version
Ian Romanick
2009-09-03
1
-1
/
+2
*
|
|
ARB sync: Fix delete behavior and context destruction behavior
Ian Romanick
2009-09-03
4
-24
/
+103
*
|
|
Add dummy list node type 'struct simple_node'
Ian Romanick
2009-09-03
1
-0
/
+5
*
|
|
ARB sync: Add support for GL_ARB_sync to swrast
Ian Romanick
2009-09-03
10
-0
/
+530
*
|
|
ARB sync: Regenerate files from previous commit
Ian Romanick
2009-09-03
1
-3093
/
+3137
*
|
|
ARB sync: Add infrastructure for glGetInteger64v
Ian Romanick
2009-09-03
6
-1
/
+1862
*
|
|
mesa: fix typos in separable filter functions
Brian Paul
2009-09-03
1
-4
/
+4
*
|
|
mesa: compute tex env program key size based on nr_enabled_units
Brian Paul
2009-09-03
1
-8
/
+18
*
|
|
mesa: use new combined PBO validate/map helpers in convolution/filter funcs
Brian Paul
2009-09-03
1
-66
/
+23
*
|
|
mesa: use new combined PBO validate/map helpers
Brian Paul
2009-09-03
4
-126
/
+43
*
|
|
mesa: combined PBO validate/map helpers
Brian Paul
2009-09-03
2
-0
/
+98
*
|
|
mesa: use new _mesa_map_pbo_source/dest() functions in more places
Brian Paul
2009-09-03
5
-354
/
+192
*
|
|
mesa: consolidate PBO map/unmap helpers
Brian Paul
2009-09-03
2
-85
/
+41
*
|
|
mesa: change ctx->Driver.BufferData() to return GLboolean for success/failure
Brian Paul
2009-09-03
2
-11
/
+21
*
|
|
Revert "mesa: fix the non-GNU C bit-field case"
Brian Paul
2009-09-02
1
-2
/
+2
*
|
|
mesa: fix the non-GNU C bit-field case
Brian Paul
2009-09-02
1
-2
/
+2
*
|
|
mesa: silence gcc bit-field warning
Gary Wong
2009-09-02
1
-2
/
+2
*
|
|
mesa: replace 8 with NUM_UNITS
Brian Paul
2009-09-02
1
-1
/
+4
*
|
|
mesa: remove accidentally committed printf
Brian Paul
2009-09-02
1
-1
/
+0
*
|
|
mesa: added #ifdef __GNUC__ around GLubyte bitfield usage
Brian Paul
2009-09-02
1
-0
/
+5
*
|
|
mesa: Compact state key for TexEnv program cache
Chris Wilson
2009-09-02
1
-3
/
+5
*
|
|
mesa: Make MultiDrawElements submit multiple primitives at once.
Eric Anholt
2009-09-01
8
-33
/
+38
[prev]
[next]