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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check for __USE_MISC for defining uint & ushort
Alan Hourihane
2010-01-26
1
-1
/
+1
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
2
-8
/
+38
|
\
|
*
gallium: New inline to write buffers which avoids synchronization.
José Fonseca
2010-01-21
1
-0
/
+31
|
*
gallium: Set PIPE_BUFFER_USAGE_DISCARD flag in pipe_buffer_write.
José Fonseca
2010-01-21
1
-1
/
+2
|
*
gallium: Remove temporary hack for the absence of a discard flag.
José Fonseca
2010-01-21
1
-7
/
+0
|
*
st/drm: Expose kernel driver name
Jakob Bornecrantz
2010-01-19
1
-0
/
+5
|
*
st/dri: update dri2 drawables when viewport is changed
Ben Skeggs
2010-01-19
1
-0
/
+5
*
|
gallium: fix conditional rendering comment
Brian Paul
2010-01-21
1
-1
/
+1
*
|
gallium: updated comments, whitespace fixes
Brian Paul
2010-01-21
1
-15
/
+15
*
|
Sun compilers now support some gcc __attribute__ values
Alan Coopersmith
2010-01-19
1
-2
/
+3
*
|
gallium: Support swig "compiler" in p_compiler.h
Jakob Bornecrantz
2010-01-17
1
-0
/
+7
*
|
Merge branch 'gallium-noconstbuf'
Roland Scheidegger
2010-01-15
2
-10
/
+1
|
\
\
|
*
|
gallium: remove const qualifier from pipe_buffer argument in set_constant_buffer
Roland Scheidegger
2010-01-11
1
-1
/
+1
|
*
|
gallium: API cleanup, remove pointless pipe_constant_buffer
Roland Scheidegger
2009-12-23
2
-10
/
+1
*
|
|
Merge branch 'instanced-arrays'
Michal Krol
2010-01-14
3
-11
/
+33
|
\
\
\
|
*
|
|
gallium: draw_arrays/elements_instanced() are of type void.
Michal Krol
2010-01-12
1
-15
/
+15
|
*
|
|
Merge branch 'master' into instanced-arrays
Michal Krol
2010-01-05
3
-25
/
+84
|
|
\
\
\
|
*
|
|
|
gallium: Move instance_divisor field from vertex_buffer to vertex_element.
Michal Krol
2009-12-29
1
-1
/
+5
|
*
|
|
|
gallium: Add interfaces needed for instanced drawing.
Michal Krol
2009-12-23
3
-1
/
+19
|
|
|
/
/
|
|
/
|
|
*
|
|
|
gallium: remove forward struct decl
Brian Paul
2010-01-13
1
-4
/
+0
*
|
|
|
gallium: Rename ALIGN_STACK -> PIPE_ALIGN_STACK for consistency.
José Fonseca
2010-01-12
1
-3
/
+3
*
|
|
|
gallium: Simplify PIPE_ALIGN_VAR.
José Fonseca
2010-01-12
1
-2
/
+2
*
|
|
|
gallium: Generalize the alignment macros to other compilers and any alignment.
José Fonseca
2010-01-12
1
-9
/
+20
*
|
|
|
winsys/drm: Add name field to drm_api.
Chia-I Wu
2010-01-12
1
-0
/
+2
*
|
|
|
gallium: Add PUBLIC macro for function visibility.
Chia-I Wu
2010-01-11
1
-0
/
+11
*
|
|
|
st/dri: update dri2 drawables when viewport is changed
Ben Skeggs
2010-01-11
1
-0
/
+5
*
|
|
|
gallium: Remove dead code.
José Fonseca
2010-01-10
1
-4
/
+0
*
|
|
|
gallium: Provide alternative stdint.h and stdbool.h C99 headers, instead of a...
José Fonseca
2010-01-10
1
-34
/
+4
*
|
|
|
gallium: remove PIPE_TEX_FILTER_ANISO
Luca Barbieri
2010-01-06
1
-2
/
+0
*
|
|
|
Merge commit 'origin/gallium-draw-retval'
Keith Whitwell
2010-01-05
1
-14
/
+14
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
gallium: remove return value from draw calls
Keith Whitwell
2009-12-21
1
-14
/
+14
*
|
|
|
gallium: Add UMOD TGSI opcode.
Michal Krol
2010-01-05
1
-11
/
+12
*
|
|
|
gallium: Add SWITCH, CASE, DEFAULT and ENDSWITCH opcodes to TGSI.
Michal Krol
2010-01-05
1
-1
/
+5
*
|
|
|
gallium: Add signed/unsigned int immediate data types.
Michal Krol
2010-01-05
1
-0
/
+4
*
|
|
|
Remove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCODE_ISHR.
Michal Krol
2010-01-05
1
-1
/
+1
*
|
|
|
gallium: Add more integer TGSI opcodes.
Michal Krol
2010-01-05
1
-1
/
+22
*
|
|
|
gallium: pipe_context::render_condition() and mode flags
Brian Paul
2009-12-31
2
-0
/
+17
*
|
|
|
gallium: remove TGSI_SEMANTIC_VERTICES
Zack Rusin
2009-12-25
1
-3
/
+2
*
|
|
|
gallium: geometry shader can be always enabled and we don't need a cap for that
Zack Rusin
2009-12-25
1
-1
/
+0
*
|
|
|
util: put vertices_per_primitive function in its proper location
Zack Rusin
2009-12-25
1
-32
/
+0
*
|
|
|
gallium: add an inline that returns number of vertices per primitive
Zack Rusin
2009-12-25
1
-0
/
+32
*
|
|
|
gallium: add geometry shader support to gallium
Zack Rusin
2009-12-25
3
-22
/
+36
|
|
/
/
|
/
|
|
*
|
|
Merge branch 'gallium-edgeflags'
Roland Scheidegger
2009-12-22
2
-9
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
gallium: first steps to treat edgeflags as regular vertex element
Keith Whitwell
2009-12-09
2
-9
/
+2
*
|
|
Move the remaining format pf_get_* functions to u_format.h.
Michal Krol
2009-12-17
1
-134
/
+0
*
|
|
Merge branch 'master' into pipe-format-simplify
Michal Krol
2009-12-17
7
-64
/
+161
|
\
\
\
|
*
|
|
pipe: add PIPE_MAX_TEXTURE_TYPES
Marek Olšák
2009-12-15
1
-1
/
+2
|
*
|
|
tgsi: add properties and system value register
Zack Rusin
2009-12-14
1
-10
/
+28
|
*
|
|
gallium: added comment for pipe_reference() return value
Brian Paul
2009-12-11
1
-0
/
+1
|
|
/
/
|
*
|
gallium: use boolean instead of bool in p_refcnt.h
Roland Scheidegger
2009-12-08
1
-3
/
+3
[next]