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
/
auxiliary
/
draw
/
draw_pipe_aaline.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: unify transfer functions
Marek Olšák
2012-10-11
1
-7
/
+5
*
gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.
Francisco Jerez
2012-05-11
1
-1
/
+2
*
draw: Avoid NULL pointer dereference when binding NULL fragment shaders.
José Fonseca
2012-02-02
1
-1
/
+1
*
draw: Never allocate duplicate extra vertex attribs.
José Fonseca
2011-09-25
1
-3
/
+5
*
draw: Make copy of the TGSI tokens.
José Fonseca
2011-09-25
1
-1
/
+3
*
Gallium:draw:aaline and aapoint: Restore the old hooks when we destroy our st...
Stéphane Marchesin
2011-06-29
1
-0
/
+8
*
draw: Don't define the last two mipmap levels in aa lines.
José Fonseca
2011-02-14
1
-5
/
+11
*
draw: tweak AA line texture minimum alpha
Brian Paul
2011-02-11
1
-1
/
+1
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
1
-4
/
+5
*
gallium: rework handling of sprite_coord_enable state
Brian Paul
2010-09-17
1
-5
/
+4
*
draw: minor reformatting
Brian Paul
2010-09-09
1
-2
/
+1
*
draw: tweak aa line width threshold and sampling
Brian Paul
2010-07-21
1
-4
/
+6
*
draw: handle some out of memory conditions
Alan Hourihane
2010-06-16
1
-4
/
+4
*
Merge branch '7.8'
Brian Paul
2010-04-19
1
-18
/
+32
|
\
|
*
gallium/draw: use correct rasterization state for wide/AA points/lines
Brian Paul
2010-04-19
1
-18
/
+31
*
|
Merge the lp-surface-tiling branch into master.
Brian Paul
2010-04-16
1
-0
/
+1
*
|
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-7
/
+14
*
|
Merge commit 'origin/master' into gallium-sampler-view
Keith Whitwell
2010-03-13
1
-4
/
+4
|
\
\
|
*
|
gallium: remove pipe_context member from pipe_transfer
Keith Whitwell
2010-03-11
1
-1
/
+1
|
*
|
Squashed commit of gallium-context-transfers:
Keith Whitwell
2010-03-11
1
-4
/
+4
|
|
/
*
/
gallium: WIP: Introduce sampler views.
Michal Krol
2010-02-19
1
-19
/
+39
|
/
*
Merge branch 'gallium-embedded'
José Fonseca
2010-02-03
1
-0
/
+1
|
\
|
*
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-02-02
1
-0
/
+1
*
|
draw: remove old hard-coded shader length limits
Brian Paul
2010-02-02
1
-4
/
+7
*
|
draw: re-implement free_bit() with ffs()
Brian Paul
2010-02-02
1
-6
/
+1
|
/
*
gallium: add geometry shader support to gallium
Zack Rusin
2009-12-25
1
-6
/
+6
*
Merge branch 'master' into pipe-format-simplify
Michal Krol
2009-12-17
1
-1
/
+0
|
\
|
*
Merge branch 'gallium-noblocks'
Roland Scheidegger
2009-12-04
1
-1
/
+0
|
|
\
|
|
*
gallium: interface cleanups, remove nblocksx/y from pipe_texture and more
Roland Scheidegger
2009-11-30
1
-1
/
+0
*
|
|
Move pf_get_block() to u_format auxiliary module.
Michal Krol
2009-12-03
1
-1
/
+3
|
/
/
*
|
Merge commit 'origin/tgsi-simplify-ext'
Keith Whitwell
2009-12-01
1
-46
/
+47
|
\
\
|
*
|
tgsi: rename fields of tgsi_full_src_register to reduce verbosity
Keith Whitwell
2009-11-24
1
-10
/
+10
|
*
|
tgsi: rename fields of tgsi_full_dst_register to reduce verbosity
Keith Whitwell
2009-11-24
1
-12
/
+12
|
*
|
tgsi: rename fields of tgsi_full_declaration to reduce verbosity
Keith Whitwell
2009-11-24
1
-15
/
+15
|
*
|
tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosity
Keith Whitwell
2009-11-24
1
-20
/
+20
|
*
|
tgsi: reduce repetition of structure name in its members
Keith Whitwell
2009-11-24
1
-7
/
+7
|
*
|
gallium: simplify tgsi tokens further
Keith Whitwell
2009-11-24
1
-1
/
+2
*
|
|
draw: Update for renamed sampler/texture state setters.
Michal Krol
2009-12-01
1
-4
/
+4
|
|
/
|
/
|
*
|
gallium: don't use arrays for texture width,height,depth
Keith Whitwell
2009-11-19
1
-5
/
+5
|
/
*
gallium/draw: Free specialized versions of driver shaders
Keith Whitwell
2009-06-01
1
-0
/
+4
*
draw: free more token arrays
Keith Whitwell
2009-06-01
1
-3
/
+6
*
gallium/draw: add ability to print out active pipeline stages
Keith Whitwell
2009-04-28
1
-0
/
+1
*
gallium: Remove some superfluous instances of #include "p_inlines.h".
Michel Dänzer
2009-03-04
1
-1
/
+0
*
gallium: Unify reference counting.
Michel Dänzer
2009-03-04
1
-2
/
+2
*
gallium: No longer allow CPU mapping surfaces directly.
Michel Dänzer
2009-02-05
1
-7
/
+7
*
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-24
1
-1
/
+2
*
Merge tgsi/exec and tgsi/util directories.
José Fonseca
2008-07-28
1
-2
/
+2
*
gallium: Drop pipe_texture->cpp and pipe_surface->cpp.
José Fonseca
2008-06-27
1
-2
/
+2
*
draw: don't assume vertex position is in data[0]
Keith Whitwell
2008-06-11
1
-11
/
+14
*
draw: Fix build after TGSI declaration interface changes.
Michal Krol
2008-05-31
1
-18
/
+17
[next]