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: refactor: move _mesa_resizebuffers(), _mesa_ResizeBuffersMESA() to fram...
Brian Paul
2008-06-09
6
-83
/
+88
*
mesa: refactor: move glClear, glClearColor into new clear.c file.
Brian Paul
2008-06-09
6
-153
/
+227
*
mesa: refactor: move scissor functions into new scissor.c file
Brian Paul
2008-06-09
8
-85
/
+150
*
mesa: refactor: move _mesa_init_exec_table() into new api_exec.c file
Brian Paul
2008-06-09
6
-806
/
+872
*
mesa: refactor: move pixel map/scale/bias code into image.c
Brian Paul
2008-06-09
4
-476
/
+486
*
mesa: refactor: new _mesa_init_pixelstore() function
Brian Paul
2008-06-09
4
-28
/
+43
*
mesa: refactor: move glReadPixels code into new readpix.c file
Brian Paul
2008-06-09
6
-172
/
+243
*
mesa: refactor: move glPixelStore function into new pixelstore.c file
Brian Paul
2008-06-09
6
-203
/
+275
*
mesa: chmod a-x context.c
Brian Paul
2008-06-09
1
-0
/
+0
*
mesa: Most of the functions of MESA_TEXTURE_S8_Z24 are now supported
Jakob Bornecrantz
2008-06-09
2
-7
/
+31
*
mesa: Add MESA_FORMAT_S8_Z24 texture format
Jakob Bornecrantz
2008-06-08
2
-0
/
+37
*
mesa: turn off ffvertex prog debug
Keith Whitwell
2008-06-06
1
-1
/
+1
*
mesa: remove EXT/NV suffixes from _mesa_PointParameter functions
Brian Paul
2008-06-05
4
-41
/
+28
*
mesa: added _mesa_DrawArrays, DrawElements, DrawRangeElements() wrappers for ...
Brian Paul
2008-06-05
1
-0
/
+14
*
mesa: Apply MSVC portability fixes from Alan Hourihane.
José Fonseca
2008-05-31
14
-70
/
+70
*
mesa: undo accidental setting of _ForceEyeCoords
Keith Whitwell
2008-05-30
1
-1
/
+1
*
ffvertex: emit full LIT when attenuating (needs the 1 in X position)
Keith Whitwell
2008-05-27
2
-19
/
+32
*
ffvertex: don't compute whole eye vector if only eye.z is required
Keith Whitwell
2008-05-27
1
-3
/
+27
*
Revert "mesa: save a temp on normalizes"
Keith Whitwell
2008-05-24
1
-4
/
+6
*
mesa: pre-swizzle normal scale state value
Keith Whitwell
2008-05-24
1
-2
/
+1
*
mesa: evaluate _NeedEyeCoords prior to generating internal vertex shader
Keith Whitwell
2008-05-24
1
-12
/
+14
*
mesa: save a temp on normalizes
Keith Whitwell
2008-05-23
1
-6
/
+4
*
mesa: further degenerate the special case lit substitute
Keith Whitwell
2008-05-23
1
-9
/
+12
*
mesa: don't emit LIT instruction when mat shininess known to be zero
Keith Whitwell
2008-05-23
1
-31
/
+102
*
mesa: do object-space lighting in ffvertex_prog.c
Keith Whitwell
2008-05-23
1
-29
/
+50
*
Fix program refcounting assertion failure during context tear-down
Brian Paul
2008-05-19
1
-22
/
+24
*
alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935)
Brian Paul
2008-05-18
3
-152
/
+100
*
mesa: free shader program data before deleting shader objects.
Brian
2008-05-06
1
-0
/
+16
*
gallium: implement full reference counting for vertex/fragment programs
Brian
2008-05-06
3
-24
/
+38
*
mesa: comments, whitespace
Brian
2008-05-06
1
-24
/
+19
*
fix _mesa_ffs for alternative compilers
Alan Hourihane
2008-05-05
1
-19
/
+17
*
Fix build problem with MSVC
Alan Hourihane
2008-05-01
1
-3
/
+7
*
Add support for GL_REPLACE_EXT texture env mode.
Brian Paul
2008-04-30
1
-1
/
+6
*
mesa: added _mesa_scale_and_bias_depth_uint()
Brian Paul
2008-04-29
2
-0
/
+18
*
gallium: fix typo s/_mesa_unmap_drapix_pbo/_mesa_unmap_drawpix_pbo/
Brian Paul
2008-04-25
2
-4
/
+4
*
mesa: adjust glBitmap coords by a small epsilon
Brian Paul
2008-04-24
1
-2
/
+3
*
mesa: no longer combine vertex/fragment shader parameters/uniforms
Brian
2008-04-04
1
-3
/
+5
*
Alias glStencilOpSeparateATI with glStencilOpSeparate.
Brian
2008-04-04
3
-76
/
+29
*
Finish up ATI_separate_stencil
Brian
2008-04-04
4
-768
/
+757
*
add missing _mesa_StencilFuncSeparateATI function
Roland Scheidegger
2008-04-04
2
-0
/
+77
*
mesa: fix texture/renderbuffer mix-up in test_attachment_completeness()
Brian Paul
2008-03-28
1
-1
/
+1
*
delete default programs with ctx->Driver.DeleteProgram()
Brian
2008-03-22
1
-2
/
+2
*
Refactor PBO validate/map code.
Brian
2008-03-21
3
-76
/
+74
*
add a number of PBO validate/map/unmap functions
Brian Paul
2008-03-21
2
-4
/
+222
*
Fix some PBO breakage.
Brian
2008-03-21
2
-11
/
+6
*
mesa: clamp point size in vertex program when computing attenuated size
Brian Paul
2008-03-14
1
-3
/
+4
*
fix Height2/Depth2 init problem when using texture borders
Brian
2008-03-10
1
-6
/
+17
*
Remove files of unsupported build systems.
José Fonseca
2008-02-25
1
-221
/
+0
*
gallium: take pitch/stride into account in mipmap generation
Brian
2008-02-11
2
-32
/
+55
*
code refactoring, new next_mipmap_level_size() function
Brian
2008-02-11
1
-25
/
+50
[prev]
[next]