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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
r300g: Knock out another fragment of invariant state.
Corbin Simpson
2009-08-07
1
-8
/
+3
*
gallium: Move minify() to u_math.
Corbin Simpson
2009-08-07
6
-29
/
+5
*
r300g: Remove r300_constant_buffer::user_count.
Corbin Simpson
2009-08-07
3
-6
/
+3
*
i915g: Don't forget x/y coords in transfers
Jakob Bornecrantz
2009-08-08
1
-0
/
+2
*
i915g: Don't try to free a mapped buffer at shutdown
Jakob Bornecrantz
2009-08-08
1
-1
/
+0
*
util: fix incorrect assertion
Brian Paul
2009-08-07
1
-1
/
+1
*
util: include u_surface.h, added comment
Brian Paul
2009-08-07
1
-0
/
+2
*
util: use util_same_surface() to compare surface pointers
Brian Paul
2009-08-07
1
-3
/
+3
*
util: added util_same_surface() helper function
Brian Paul
2009-08-07
1
-0
/
+17
*
i915g: Compile with scons
Jakob Bornecrantz
2009-08-06
1
-1
/
+4
*
identity: Use the correct texture
Jakob Bornecrantz
2009-08-06
1
-1
/
+1
*
st/xorg: If we have DRI2 we should also have some sort of hw support
Jakob Bornecrantz
2009-08-06
1
-1
/
+1
*
i915g: Always run in sync with the HW
Jakob Bornecrantz
2009-08-06
1
-0
/
+4
*
i915g: The i915 seems more happier with sampler domain so lets use that
Jakob Bornecrantz
2009-08-06
1
-1
/
+1
*
i915g: Dirty fix for VBO module double flush assert
Jakob Bornecrantz
2009-08-06
1
-4
/
+12
*
i915g: Switch to mapping the batch buffer instead of using subdata
Jakob Bornecrantz
2009-08-06
3
-11
/
+27
*
egl_softpipe: Add support for pbuffer binding.
Chia-I Wu
2009-08-05
1
-0
/
+84
*
egl_softpipe: Flush when switching current context.
Chia-I Wu
2009-08-05
1
-0
/
+4
*
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-08-05
1
-16
/
+64
|
\
|
*
util: added comment/question about blit clipping
Brian Paul
2009-08-05
1
-0
/
+1
|
*
util: added util_blit_pixels() overlap test
Brian Paul
2009-08-05
1
-2
/
+34
|
*
util: fix util_blit_pixels() test for surface_copy() path
Brian Paul
2009-08-05
1
-16
/
+24
|
*
util: reformatting and comments
Brian Paul
2009-08-05
1
-3
/
+10
*
|
st/xorg: Make it work again
Jakob Bornecrantz
2009-08-05
5
-10
/
+86
*
|
st/egl: Create primary texture not display target
Jakob Bornecrantz
2009-08-05
1
-2
/
+2
*
|
i915g: Treat primary textures as scanout buffers
Jakob Bornecrantz
2009-08-05
4
-14
/
+58
*
|
i915g: Link with trace on EGL and Xorg
Jakob Bornecrantz
2009-08-05
2
-0
/
+2
*
|
trace: Use correct texture in drm_api wrapper
Jakob Bornecrantz
2009-08-05
1
-1
/
+1
*
|
softpipe: Also defere primary textures to backend
Jakob Bornecrantz
2009-08-05
1
-1
/
+2
*
|
r300g: Slightly saner initialization of some texture / transfer fields.
Michel Dänzer
2009-08-04
2
-6
/
+5
*
|
egl_softpipe: Add support for pbuffer surface.
Chia-I Wu
2009-08-03
1
-7
/
+96
*
|
egl: Replace IsBound by a pointer to the binding.
Chia-I Wu
2009-08-03
3
-4
/
+4
*
|
tgsi: report opcode name in addition to the number when translation fails
Brian Paul
2009-08-03
2
-3
/
+9
*
|
tgsi: added tgsi_get_opcode_name()
Brian Paul
2009-08-03
2
-0
/
+13
*
|
gallium: comments, reformatting
Brian Paul
2009-08-03
1
-17
/
+32
*
|
Merge commit 'nha/r300-compiler-gallium'
Corbin Simpson
2009-08-02
21
-1957
/
+1035
|
\
\
|
*
|
r300g: Use radeon compiler for fragment programs
Nicolai Hähnle
2009-07-30
17
-1312
/
+450
|
*
|
r300g: Remove extraneous printf
Nicolai Hähnle
2009-07-30
1
-2
/
+0
|
*
|
r300g: Use r300compiler for vertex shaders
Nicolai Hähnle
2009-07-30
16
-750
/
+692
*
|
|
mesa st: Move logbase2 function to util/u_math.h
Patrice Mandin
2009-08-01
1
-5
/
+18
*
|
|
Rename TGSI LOOP instruction to better match theri usage.
Michal Krol
2009-07-31
12
-44
/
+44
|
/
/
*
|
softpipe: Mark texture dirty when unmapped.
Chia-I Wu
2009-07-30
1
-6
/
+5
*
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-07-30
1
-2
/
+0
|
\
|
|
*
util: _debug_printf should print even when DEBUG is not defined
Keith Whitwell
2009-07-29
1
-2
/
+0
*
|
tgsi: Add proper constraints to sanity.
Michal Krol
2009-07-30
1
-2
/
+22
*
|
tgsi: Declare a LOOP register.
Michal Krol
2009-07-30
5
-7
/
+12
*
|
tgsi: Fix number operands for LOOP/ENDLOOP.
Michal Krol
2009-07-30
1
-2
/
+2
*
|
tgsi: Document LOOP/ENDLOOP instruction operation.
Michal Krol
2009-07-30
1
-2
/
+18
*
|
gallium: fix SSE shadow texture instructions
Brian Paul
2009-07-29
1
-3
/
+3
*
|
nv50: support non-blocking query_result()
Ben Skeggs
2009-07-29
1
-5
/
+5
[next]