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
/
state_tracker
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
gallium: include st_cb_viewport.h to silence warning
Brian Paul
2009-02-23
1
-0
/
+1
*
|
gallium: fix build breakage in st_cb_viewport.c
Brian Paul
2009-02-23
1
-0
/
+2
*
|
mesa: only call update_buffer when it's available
Alan Hourihane
2009-02-23
1
-1
/
+1
*
|
gallium: add winsys interface for viewport changes to support DRI2
Alan Hourihane
2009-02-23
3
-0
/
+81
*
|
mesa: move a bunch of compiler-related stuff into new compiler.h header
Brian Paul
2009-02-22
1
-1
/
+2
*
|
mesa: use an array for current texture objects
Brian Paul
2009-02-21
1
-1
/
+1
*
|
gallium: use the TGSI_TEXTURE_SHADOW1D/2D/RECT texture types for TEX instruct...
Brian Paul
2009-02-20
1
-9
/
+30
*
|
mesa: support GL_EXT_stencil_two_side in gallium/mesa state tracker
Brian Paul
2009-02-19
2
-25
/
+28
*
|
mesa: Free the util shaders with the gallium's FREE.
José Fonseca
2009-02-19
3
-3
/
+4
*
|
Merge branch 'gallium-texture-transfer'
Michel Dänzer
2009-02-18
10
-294
/
+314
|
\
\
|
*
|
gallium: fix merge
Keith Whitwell
2009-02-16
1
-29
/
+5
|
*
|
Merge branch 'master' into gallium-texture-transfer
Keith Whitwell
2009-02-16
19
-54
/
+82
|
|
\
\
|
*
|
|
gallium: Various coordinate fixups for texture transfers.
Michel Dänzer
2009-02-13
3
-9
/
+9
|
*
|
|
gallium: Fix GL_DEPTH CopyPixels tile coordinates.
Michel Dänzer
2009-02-12
1
-1
/
+1
|
*
|
|
gallium: Fix accumulation buffer tile coordinates.
Michel Dänzer
2009-02-12
1
-5
/
+5
|
*
|
|
gallium: No longer allow CPU mapping surfaces directly.
Michel Dänzer
2009-02-05
10
-291
/
+311
*
|
|
|
util: Move p_debug.h into util module.
José Fonseca
2009-02-18
1
-1
/
+1
*
|
|
|
mesa: remove old comment as it's fixed elsewhere now.
Alan Hourihane
2009-02-17
1
-9
/
+0
|
|
/
/
|
/
|
|
*
|
|
mesa: use new ST_CALLOC_STRUCT() macro in gallium state tracker
Brian Paul
2009-02-12
12
-15
/
+19
*
|
|
mesa: consistantly use mesa memory-functions in gallium state tracker
Brian Paul
2009-02-12
14
-37
/
+37
*
|
|
Merge commit 'origin/gallium-0.2' into gallium-master-merge
Brian Paul
2009-02-10
2
-4
/
+2
|
\
\
\
|
*
|
|
Missing: tgsi: Fix build -- rename Size to NrTokens.
Patrice Mandin
2009-02-10
1
-1
/
+1
|
*
|
|
mesa: Compare formats using nominal bytes per pixel.
José Fonseca
2009-02-10
1
-3
/
+1
*
|
|
|
mesa: merge gallium-0.2 into gallium-master-merge
Brian Paul
2009-02-09
2
-2
/
+4
|
/
/
/
*
/
/
mesa: fix offset problem with interleaved arrays
Alan Hourihane
2009-02-03
1
-1
/
+1
|
/
/
*
|
gallium: remove pipe_buffer from surfaces
Zack Rusin
2009-02-02
2
-7
/
+6
*
|
Merge branch 'gallium-wgl-rework' into gallium-0.2
Keith Whitwell
2009-02-02
25
-4483
/
+0
|
\
\
|
*
|
wgl: relocate wgl code to state_trackers/wgl
Keith Whitwell
2009-01-27
25
-4488
/
+0
*
|
|
stw: Remove pipe_winsys references.
José Fonseca
2009-01-30
2
-2
/
+1
*
|
|
gallium: Don't ask winsys name -- let pipe screen do that if it wants.
José Fonseca
2009-01-30
1
-5
/
+2
*
|
|
stw: Don't use the winsys.
José Fonseca
2009-01-30
3
-9
/
+5
*
|
|
gallium: make p_winsys internal
Zack Rusin
2009-01-30
6
-10
/
+10
*
|
|
gallium: remove redundant size from the constant buffer
Zack Rusin
2009-01-27
1
-2
/
+0
*
|
|
gallium: it's a reference value, not a reference number
Zack Rusin
2009-01-27
1
-1
/
+1
*
|
|
gallium: standardize api on the prefix "nr"
Zack Rusin
2009-01-27
1
-3
/
+3
*
|
|
gallium: standardize naming of masks
Zack Rusin
2009-01-27
2
-6
/
+6
*
|
|
gallium: standardize on stride instead of pitch in the interface
Zack Rusin
2009-01-27
2
-4
/
+4
|
/
/
*
|
gallium: updated comments in st_extensions.c
Brian Paul
2009-01-26
1
-7
/
+12
*
|
mesa: declare pipe_texture in st_public.h
Pekka Paalanen
2009-01-24
1
-0
/
+1
*
|
wgl: Adapt for st_get_framebuffer_surface call change.
José Fonseca
2009-01-23
1
-1
/
+1
*
|
gallium: change the st_get_framebuffer_surface/texture functions
Alan Hourihane
2009-01-23
3
-19
/
+26
*
|
statetracker: copy back color buffer to front buffer when needed
Brian Paul
2009-01-19
1
-1
/
+13
*
|
stw: Dispatch to our stw_winsys::flush_front_buffer
José Fonseca
2009-01-16
2
-0
/
+27
*
|
mesa: tweak to formatting
Alan Hourihane
2009-01-15
1
-2
/
+2
*
|
mesa: small cleanup
Alan Hourihane
2009-01-15
1
-6
/
+5
*
|
mesa: revert partial commit for 0x0 render targets
Alan Hourihane
2009-01-15
1
-5
/
+4
*
|
mesa: handle some cases of 0x0 render targets
Alan Hourihane
2009-01-14
3
-8
/
+15
*
|
st: build fix
Alan Hourihane
2009-01-09
1
-1
/
+0
*
|
wgl: Do not provide DllMain inside the state tracker.
José Fonseca
2009-01-08
5
-24
/
+19
*
|
wgl: Ensure public symbols get the proper DLL linkage attributes.
José Fonseca
2009-01-08
13
-36
/
+52
[prev]
[next]