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
/
gallium
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
nouveau: Expect right params to tex_transfer_destroy().
Younes Manton
2009-06-29
1
-1
/
+1
*
nouveau: Turn off debug cannon.
Younes Manton
2009-06-29
1
-2
/
+1
*
r300g: YCbCr and sRGB textures.
Corbin Simpson
2009-06-27
3
-1
/
+15
*
r300g: Fix EXT_packed_depth_stencil functionality.
Corbin Simpson
2009-06-27
2
-2
/
+10
*
r300g: EXT_provoking_vertex.
Corbin Simpson
2009-06-26
2
-4
/
+6
*
r300g: S3TC.
Corbin Simpson
2009-06-26
2
-6
/
+36
*
r300g: Use real texture formats.
Corbin Simpson
2009-06-26
3
-25
/
+42
*
r300g: Definitively forbid unusable Z buffer/stencil formats.
Corbin Simpson
2009-06-26
1
-1
/
+12
*
r300g: Comment out assert for now.
Corbin Simpson
2009-06-26
1
-0
/
+2
*
r300g: Be more specific on surface_copy fallbacks.
Corbin Simpson
2009-06-26
1
-1
/
+1
*
r300g: PIPE_CAP_TGSI_CONT_SUPPORTED.
Corbin Simpson
2009-06-26
1
-0
/
+3
*
r300-gallium: Ensure that no dirty state goes unemitted.
Corbin Simpson
2009-06-26
1
-2
/
+4
*
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-06-26
2
-0
/
+4
|
\
|
*
cell: PIPE_CAP_TGSI_CONT_SUPPORTED query
Brian Paul
2009-06-26
1
-0
/
+2
|
*
softpipe: PIPE_CAP_TGSI_CONT_SUPPORTED query
Brian Paul
2009-06-26
1
-0
/
+2
*
|
trace: Don't write state objects to file if dumping is not set
Jakob Bornecrantz
2009-06-14
1
-0
/
+60
*
|
r300-gallium: organize fragment/vertex shaders
Joakim Sindholt
2009-06-26
20
-495
/
+674
*
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-06-24
3
-5
/
+7
|
\
|
|
*
softpipe: return alpha=1 in shadow_compare() function
Brian Paul
2009-06-19
1
-0
/
+2
|
*
trace: Use size_t consistently.
José Fonseca
2009-06-18
2
-5
/
+5
*
|
identity: Add new identity driver
Jakob Bornecrantz
2009-06-24
9
-0
/
+1711
*
|
i965simple: use u_reduced_prim() function
Brian Paul
2009-06-19
1
-16
/
+3
*
|
softpipe: use u_reduced_prim()
Brian Paul
2009-06-19
1
-15
/
+2
*
|
softpipe: whitespace, reformatting
Brian Paul
2009-06-19
1
-8
/
+5
*
|
Merge branch 'ext-provoking-vertex'
Brian Paul
2009-06-19
2
-66
/
+168
|
\
\
|
*
|
softpipe: implement flatshade_first for triangles
Brian Paul
2009-06-09
1
-58
/
+182
|
*
|
softpipe: implement flatshade_first for line setup
Brian Paul
2009-06-09
1
-1
/
+4
|
*
|
Revert "softpipe: fix flat shading provoking vertex for PIPE_PRIM_POLYGON"
Brian Paul
2009-06-03
3
-6
/
+1
*
|
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-06-16
5
-3
/
+28
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
softpipe: fix out of bounds quad rasterization bug
Brian Paul
2009-06-16
1
-3
/
+6
|
*
|
softpipe: Fix softpipe_is_texture_referenced.
José Fonseca
2009-06-15
4
-0
/
+22
|
*
|
softpipe: separate case for PIPE_PRIM_POLYGON in sp_vbuf_draw()
Brian Paul
2009-06-04
1
-2
/
+12
|
*
|
softpipe: fix incorrect tri vertex order for PIPE_PRIM_POLYGON rendering
Brian Paul
2009-06-04
1
-1
/
+1
*
|
|
trace: __func__ --> __FUNCTION__.
Michal Krol
2009-06-10
1
-1
/
+1
*
|
|
trace/rbug: Add support for draw block rule
Jakob Bornecrantz
2009-06-09
3
-3
/
+91
*
|
|
trace/rbug: Return textures currently bound to context
Jakob Bornecrantz
2009-06-09
3
-3
/
+17
*
|
|
r300-gallium: HW TCL glxgears. (Read the rest of the log.)
Corbin Simpson
2009-06-08
1
-0
/
+5
*
|
|
r300-gallium: Make UCP and clip work again for SW TCL.
Corbin Simpson
2009-06-08
2
-19
/
+21
*
|
|
r300-gallium: Don't emit UCP planes for SW TCL.
Corbin Simpson
2009-06-08
3
-4
/
+12
*
|
|
softpipe: advertise PIPE_CAP_MAX_TEXTURE_ANISOTROPY as 16.0
Brian Paul
2009-06-08
1
-1
/
+1
*
|
|
trace/rbug: Sleep on windows when blocked
Jakob Bornecrantz
2009-06-08
1
-1
/
+3
*
|
|
nouveau: forgotten makefile...
Ben Skeggs
2009-06-07
1
-0
/
+8
*
|
|
nv50: fix multi-texturing
Ben Skeggs
2009-06-06
3
-5
/
+16
*
|
|
nv50: support non-normalized texture coords
Ben Skeggs
2009-06-06
4
-8
/
+18
*
|
|
r300-gallium: Use VAP_CLIP_CNTL.
Corbin Simpson
2009-06-05
2
-4
/
+5
*
|
|
r300-gallium: Emit UCP.
Corbin Simpson
2009-06-05
4
-20
/
+53
*
|
|
r300-gallium: Improve vs emit.
Corbin Simpson
2009-06-05
2
-8
/
+14
*
|
|
nv50: use larger tile sizes
Ben Skeggs
2009-06-05
2
-4
/
+11
*
|
|
nv50: use nouveau_bo for query buffers
Ben Skeggs
2009-06-05
1
-13
/
+12
*
|
|
nv50: create textures with nouveau_bo, for flexibility with tiling later
Ben Skeggs
2009-06-05
6
-41
/
+46
[next]