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
/
util
/
u_gen_mipmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: Don't destroy shaders null shaders
Jakob Bornecrantz
2011-02-26
1
-2
/
+4
*
util: Don't create array texture shaders if the driver doesn't support it
Jakob Bornecrantz
2011-02-26
1
-4
/
+6
*
gallium/util: add 1d/2d mipmap generation support
Dave Airlie
2011-02-25
1
-6
/
+37
*
gallium: add usage parameter to pipe_buffer_create
Marek Olšák
2011-02-15
1
-0
/
+1
*
gallium: always save and restore vertex buffers using cso_cache
Marek Olšák
2011-02-14
1
-1
/
+2
*
gallium/util: minor formatting fixes
Brian Paul
2010-12-06
1
-3
/
+3
*
util: Plug leaks in util_destroy_gen_mipmap.
José Fonseca
2010-12-02
1
-2
/
+4
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
1
-185
/
+218
*
gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT too
Luca Barbieri
2010-08-20
1
-0
/
+1
*
gallium: add interpolation parameter to simple shader functions
Brian Paul
2010-06-03
1
-2
/
+4
*
Merge branch 'gallium-msaa'
Roland Scheidegger
2010-05-21
1
-1
/
+1
|
\
|
*
gallium/util: adapt util code to interface changes
Roland Scheidegger
2010-05-17
1
-1
/
+1
*
|
gallium: convert rasterizer state to use gl-style front/back concepts
Keith Whitwell
2010-05-14
1
-2
/
+1
|
/
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-35
/
+34
*
Add format B5G5R5X1
Alan Hourihane
2010-03-18
1
-0
/
+1
*
gallium: change remaining util functions to use cso sampler views
Roland Scheidegger
2010-03-16
1
-6
/
+7
*
gallium: remove pipe_context member from pipe_transfer
Keith Whitwell
2010-03-11
1
-6
/
+6
*
Squashed commit of gallium-context-transfers:
Keith Whitwell
2010-03-11
1
-26
/
+24
*
Merge branch 'gallium-vertexelementcso'
Roland Scheidegger
2010-03-09
1
-0
/
+13
|
\
|
*
util: adapt blitter code to new vertex element cso
Roland Scheidegger
2010-03-01
1
-0
/
+13
*
|
Merge branch 'gallium-format-cleanup'
José Fonseca
2010-03-02
1
-11
/
+11
|
\
\
|
*
|
util: Rename pipe formats.
José Fonseca
2010-03-01
1
-11
/
+11
*
|
|
util: Reset clip state when doing blitting.
Michal Krol
2010-02-24
1
-0
/
+4
*
|
|
gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.
Michal Krol
2010-02-22
1
-14
/
+25
|
/
/
*
/
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
1
-1
/
+1
|
/
*
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-02-02
1
-1
/
+1
*
Merge commit 'origin/perrtblend'
Roland Scheidegger
2010-01-28
1
-1
/
+1
|
\
|
*
gallium: adapt util code to blend changes
Roland Scheidegger
2010-01-21
1
-1
/
+1
*
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
util: Use pipe_buffer_write_nooverlap in blits / mipmap generation.
José Fonseca
2010-01-21
1
-2
/
+2
*
|
util: draw cube mipmaps with TEX CUBE
Christoph Bumiller
2009-12-21
1
-4
/
+7
*
|
Move the remaining format pf_get_* functions to u_format.h.
Michal Krol
2009-12-17
1
-6
/
+6
*
|
Merge branch 'master' into pipe-format-simplify
Michal Krol
2009-12-17
1
-57
/
+8
|
\
\
|
*
|
util: add a function which converts 2D coordinates to cubemap coordinates
Marek Olšák
2009-12-15
1
-52
/
+3
|
*
|
util: add new fragment shaders to simple_shaders
Marek Olšák
2009-12-15
1
-1
/
+1
|
*
|
gallium: interface cleanups, remove nblocksx/y from pipe_texture and more
Roland Scheidegger
2009-11-30
1
-6
/
+6
*
|
|
Move pf_get_bits/size() to u_format auxiliary module.
Michal Krol
2009-12-03
1
-2
/
+3
|
/
/
*
|
gallium: fix more statetrackers/drivers for not using texture width/height/de...
Roland Scheidegger
2009-11-26
1
-4
/
+4
*
|
gallium: don't use arrays for texture width,height,depth
Keith Whitwell
2009-11-19
1
-12
/
+13
|
/
*
gallium/util: silence uninitialized var warning
Brian Paul
2009-10-01
1
-0
/
+1
*
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
Brian Paul
2009-09-28
1
-0
/
+11
|
\
|
*
gallium/util: add sanity check assertions
Brian Paul
2009-09-28
1
-0
/
+11
*
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-08-27
1
-0
/
+10
|
\
|
|
*
gallium/util: added cases for SRGB formats
Brian Paul
2009-08-27
1
-0
/
+10
*
|
util: remove unneeded includes
Keith Whitwell
2009-08-13
1
-4
/
+0
|
/
*
util: Single precision constants.
José Fonseca
2009-06-10
1
-1
/
+1
*
gallium: fix texcoords for cubemap mipmap generation
Brian Paul
2009-05-05
1
-10
/
+86
*
util: don't set unused blend state
Keith Whitwell
2009-04-20
1
-4
/
+0
*
util: avoid clashprone UINT, UBYTE enum values
Keith Whitwell
2009-03-18
1
-58
/
+58
*
gallium: consolidate bypass_vs and bypass_clipping flags
Keith Whitwell
2009-03-13
1
-18
/
+5
[next]