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_aaline.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: as for aapoints, make the extra texcoord per-shader state
Brian Paul
2008-03-26
1
-11
/
+13
*
gallium: be smarter about picking the sampler unit for pstipple, aaalines
Brian
2008-03-24
1
-11
/
+43
*
gallium: use pipe_texture_reference() in a few places (fixes refcounting bugs)
Brian
2008-03-24
1
-2
/
+7
*
gallium: free samplers, textures in destroy()
Brian
2008-03-22
1
-0
/
+7
*
gallium: add face, dirtyLevels params to pipe->texture_update()
Brian Paul
2008-03-19
1
-0
/
+1
*
gallium: remove dead code related to shader semantic input/output info
Brian Paul
2008-03-13
1
-6
/
+0
*
gallium: remove semantic info from pipe_shader_state
Brian Paul
2008-03-13
1
-1
/
+1
*
gallium: rework CSO-related code in state tracker
Brian
2008-03-11
1
-1
/
+2
*
gallium: michel's patch to rework texture/sampler binding interface
Keith Whitwell
2008-03-05
1
-24
/
+30
*
gallium: remove the ugly pipe->draw stage lookup code in aaline/point/pstippl...
Brian
2008-02-29
1
-28
/
+4
*
gallium: remove dependencies on pipe_shader_state's semantic info
Brian
2008-02-27
1
-0
/
+2
*
gallium: remove pipe_context->texture_create/release/get_tex_surface()
Brian
2008-02-27
1
-2
/
+3
*
gallium: re-fix some msvc warnings
Brian
2008-02-20
1
-8
/
+8
*
gallium: antialiased line drawing
Brian
2008-02-18
1
-0
/
+832