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
/
swrast
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
swrast: Move up state validation in _swrast_ReadPixels.
Michel Dänzer
2009-10-03
1
-3
/
+3
*
|
|
mesa/main: New feature FEATURE_queryobj.
Chia-I Wu
2009-09-30
1
-4
/
+0
|
|
/
|
/
|
*
|
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-09-24
1
-3
/
+8
|
\
|
|
*
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
Brian Paul
2009-09-24
1
-3
/
+8
|
|
\
|
|
*
swrast: add lod bias when texture sampling
Brian Paul
2009-09-23
1
-2
/
+7
|
|
*
swrast: fix typo in partial derivatives parameter passing
Brian Paul
2009-09-23
1
-1
/
+1
|
*
|
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
Brian Paul
2009-09-21
1
-2
/
+2
|
|
\
|
|
|
*
swrast: fix cube face selection
Brian Paul
2009-09-21
1
-2
/
+2
|
|
*
swrast: fix selection/feedback regression
Brian Paul
2009-08-31
1
-1
/
+1
|
|
*
swrast: can't use deferred texture/shading if using KIL instruction
Brian Paul
2009-08-31
1
-0
/
+3
*
|
|
Merge branch 'softpipe-opt'
Keith Whitwell
2009-09-23
1
-2
/
+6
|
\
\
\
|
*
|
|
mesa/swrast: use one fewer divide in swrast's choose_cube_face also
Keith Whitwell
2009-08-24
1
-2
/
+6
*
|
|
|
swrast: fix cube face selection
Brian Paul
2009-09-21
1
-2
/
+2
*
|
|
|
swrast: remove obsolete s_imaging.c file
Brian Paul
2009-09-19
1
-176
/
+0
*
|
|
|
swrast: remove prototypes for obsolete functions
Brian Paul
2009-09-19
1
-21
/
+0
*
|
|
|
mesa: move readbuffer tests
Brian Paul
2009-09-19
1
-20
/
+0
*
|
|
|
swrast: remove obsolete s_texstore.c
Brian Paul
2009-09-19
1
-576
/
+0
*
|
|
|
swrast: remove prototypes for obsolete functions
Brian Paul
2009-09-19
1
-33
/
+0
*
|
|
|
swrast: remove mipmap generation checks (done in core Mesa now)
Brian Paul
2009-09-16
1
-25
/
+0
*
|
|
|
mesa: Add support for ARB_depth_clamp.
Eric Anholt
2009-09-08
3
-0
/
+32
|
|
/
/
|
/
|
|
*
|
|
swrast: wrap comment to 80 columns, remove dead code
Brian Paul
2009-09-03
1
-57
/
+6
*
|
|
mesa: consolidate PBO map/unmap helpers
Brian Paul
2009-09-03
3
-6
/
+6
*
|
|
swrast: fix selection/feedback regression
Brian Paul
2009-08-31
1
-1
/
+1
*
|
|
swrast: can't use deferred texture/shading if using KIL instruction
Brian Paul
2009-08-31
1
-0
/
+3
*
|
|
swrast: minor code consolidation
Brian Paul
2009-08-30
1
-7
/
+2
*
|
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-08-27
2
-7
/
+9
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
swrast: fix incorrect tri culling in selection/feedback mode.
Brian Paul
2009-08-27
2
-7
/
+9
*
|
|
Merge branch 'new-frag-attribs'
Brian Paul
2009-08-12
2
-18
/
+15
|
\
\
\
|
*
|
|
swrast: fix incorrect texcoord attribute test
Brian Paul
2009-07-31
1
-3
/
+3
|
*
|
|
mesa: add new FRAG_ATTRIB_FACE and FRAG_ATTRIB_PNTC fragment program inputs
Brian Paul
2009-07-29
2
-17
/
+14
|
|
|
/
|
|
/
|
*
|
|
swrast: replace GLenum, GLint with GLbitfield for buffer vars
Brian Paul
2009-08-08
1
-3
/
+3
*
|
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-08-05
1
-180
/
+3
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
mesa: make _mesa_clip_blit() a shared function
Brian Paul
2009-08-05
1
-180
/
+3
*
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-06-16
1
-1
/
+1
|
\
|
|
*
mesa: fix REMAINDER() macro
Brian Paul
2009-06-16
1
-1
/
+1
*
|
Merge branch 'mesa_7_5_branch'
José Fonseca
2009-06-11
1
-0
/
+1
|
\
|
|
*
swrast: fix state validation bug for changing program constants
Brian Paul
2009-06-10
1
-0
/
+1
*
|
swrast: always do span clipping in _swrast_write_rgba_span()
Brian Paul
2009-06-03
1
-14
/
+4
*
|
swrast: update/restore the opt_sample_rgb/rgba_2d() functions
Brian Paul
2009-05-12
1
-15
/
+9
*
|
mesa: move the NullBufferObj from GLcontext to gl_shared_state
Brian Paul
2009-05-07
1
-5
/
+5
|
/
*
swrast: fix span clipping bug
Brian Paul
2009-05-07
2
-22
/
+71
*
swrast: add missing break in clamp_rect_coord_linear()
Brian Paul
2009-04-28
1
-0
/
+1
*
swrast: simplify state update logic for fragment shader const buffers
Brian Paul
2009-04-21
1
-25
/
+2
*
swrast: fix pointer arithmetic error in get_texel_array()
Brian Paul
2009-04-20
1
-2
/
+1
*
swrast: remove some unneeded CHAN_TYPE!=GL_FLOAT code
Brian Paul
2009-04-09
1
-7
/
+0
*
swrast: fix point rendering function selection
Brian Paul
2009-04-07
1
-1
/
+4
*
swrast: restore !shader check around add_specular()
Brian Paul
2009-04-07
1
-4
/
+6
*
swrast: more texcombine clean-ups
Brian Paul
2009-04-06
1
-21
/
+10
*
swrast: asst. clean-ups in texcombine code
Brian Paul
2009-04-06
1
-26
/
+19
*
swrast: fix secondary color add for glBitmap
Brian Paul
2009-04-06
3
-11
/
+30
[prev]
[next]