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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeon: protect fbo allocation message with debug
Alex Deucher
2009-12-18
1
-2
/
+3
*
util: Add util_format_has_alpha(), enclose in extern C.
Michal Krol
2009-12-18
1
-0
/
+49
*
util/pack: Handle the remaining formats with generic u_format access functions.
Michal Krol
2009-12-18
1
-12
/
+26
*
util: Update blitter for u_format changes.
Corbin Simpson
2009-12-18
1
-1
/
+2
*
Revert "r300g: flush CS if a buffer being deleted is referenced by it"
Corbin Simpson
2009-12-18
3
-8
/
+0
*
Merge branch 'pipe-format-simplify'
Michal Krol
2009-12-18
82
-896
/
+787
|
\
|
*
Move the remaining format pf_get_* functions to u_format.h.
Michal Krol
2009-12-17
49
-351
/
+318
|
*
util: Remove util_format_get_block().
Michal Krol
2009-12-17
1
-23
/
+0
|
*
Merge branch 'master' into pipe-format-simplify
Michal Krol
2009-12-17
393
-17991
/
+18795
|
|
\
|
*
|
util/format: Fix bogus assertion.
Michal Krol
2009-12-17
1
-1
/
+1
|
*
|
s/desc->type/desc->channel[0].type/
Michal Krol
2009-12-17
3
-7
/
+7
|
*
|
Revert "Simplify the redundant meaning of format layout."
Michal Krol
2009-12-09
5
-15
/
+21
|
*
|
Simplify the redundant meaning of format layout.
Michal Krol
2009-12-08
5
-21
/
+15
|
*
|
Format layout cannot be used to distinguish scaled/normalised formats.
Michal Krol
2009-12-08
2
-15
/
+5
|
*
|
util/format: Take advantage of sequential nature of pipe_format enum.
Michal Krol
2009-12-08
3
-21
/
+20
|
*
|
gallium: Make pipe_format a sequential enum.
Michal Krol
2009-12-08
1
-294
/
+113
|
*
|
util/format: Remove unreferenced local.
Michal Krol
2009-12-08
1
-1
/
+0
|
*
|
Remove remaining pipe format utility functions.
Michal Krol
2009-12-08
8
-108
/
+122
|
*
|
Remove pf_swizzle_* internal macros.
Michal Krol
2009-12-03
4
-14
/
+19
|
*
|
gallium: Remove pf_mixed_*().
Michal Krol
2009-12-03
1
-11
/
+0
|
*
|
gallium: Remove pf_rev().
Michal Krol
2009-12-03
1
-5
/
+0
|
*
|
Move pf_get_component_bits() to u_format auxiliary module.
Michal Krol
2009-12-03
10
-68
/
+87
|
*
|
Move pf_get_bits/size() to u_format auxiliary module.
Michal Krol
2009-12-03
10
-53
/
+53
|
*
|
Move pf_get_block() to u_format auxiliary module.
Michal Krol
2009-12-03
37
-79
/
+99
|
*
|
Move pf_is_depth_and_stencil() to u_format auxiliary module.
Michal Krol
2009-12-03
5
-13
/
+26
|
*
|
Move pf_is_depth_stencil() to u_format auxiliary module.
Michal Krol
2009-12-03
6
-18
/
+19
|
*
|
Move pf_is_compressed() to u_format auxiliary module.
Michal Krol
2009-12-03
4
-9
/
+27
|
*
|
gallium: Remove unused format functions.
Michal Krol
2009-12-03
1
-38
/
+0
*
|
|
r600 : enable gl2, set R600_ENABLE_GLSL_TEST by default.
Richard Li
2009-12-18
1
-1
/
+1
*
|
|
radeon: fix frontbuffer read/drawpixels
Dave Airlie
2009-12-18
5
-16
/
+58
*
|
|
r300g: store own copy of flush_cb and flush data.
Dave Airlie
2009-12-18
3
-2
/
+8
|
|
/
|
/
|
*
|
glsl/apps: Add dummy install target to fix 'make install'
Sedat Dilek
2009-12-17
1
-1
/
+2
*
|
Merge branch 'glsl-pp-rework-2'
Michal Krol
2009-12-17
75
-12889
/
+9134
|
\
\
|
*
|
Remove grammar module -- no dependencies left.
Michal Krol
2009-12-12
14
-4322
/
+2
|
*
|
slang: Delete a file that is now autogenerated.
Michal Krol
2009-12-12
1
-880
/
+0
|
*
|
Merge branch 'master' into glsl-pp-rework-2
Michal Krol
2009-12-12
1415
-92349
/
+105251
|
|
\
\
|
*
|
|
scons: Get GLSL code building correctly when cross compiling.
José Fonseca
2009-12-10
7
-75
/
+78
|
*
|
|
glsl/sl: fix _parse_boolconstant()
Brian Paul
2009-12-10
1
-0
/
+2
|
*
|
|
mesa: added new libglslpp.a and libglslcl.a to libGL build
Brian Paul
2009-12-10
2
-5
/
+10
|
*
|
|
glsl/apps: remove unused vars
Brian Paul
2009-12-10
4
-7
/
+0
|
*
|
|
glsl/pp: make some functions static
Brian Paul
2009-12-10
1
-3
/
+3
|
*
|
|
glsl/pp: declare sl_pp_purify_options to silence warning
Brian Paul
2009-12-10
1
-0
/
+2
|
*
|
|
glsl/cl: silence unused var warning
Brian Paul
2009-12-10
1
-0
/
+2
|
*
|
|
slang: Predefine ES symbols for FEATURE_es2_glsl.
Michal Krol
2009-12-10
1
-0
/
+9
|
*
|
|
glsl/apps: Predefine __GLSL_PP_PREDEFINED_MACRO_TEST for testing.
Michal Krol
2009-12-10
1
-0
/
+10
|
*
|
|
glsl/pp: Add support for user-defined macros.
Michal Krol
2009-12-10
4
-0
/
+57
|
*
|
|
glsl/apps: Explicitly add ARB_draw_buffers and ARB_texture_rectangle.
Michal Krol
2009-12-10
2
-0
/
+22
|
*
|
|
slang: Explicitly enable ARB_draw_buffers and ARB_texture_rectangle.
Michal Krol
2009-12-10
1
-0
/
+7
|
*
|
|
glsl/pp: Add sl_pp_context_add_extension().
Michal Krol
2009-12-10
6
-16
/
+64
|
*
|
|
Build mesa glsl with make.
michal
2009-12-10
7
-42
/
+174
[next]