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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
glsl_to_tgsi: add a better, more advanced dead code elimination pass
Bryan Cain
2011-08-01
1
-0
/
+140
|
*
glsl_to_tgsi: remove handling of XPD opcode in compile_tgsi_instruction()
Bryan Cain
2011-08-01
1
-8
/
+0
|
*
glsl_to_tgsi: use swizzle_for_size for src reg in conditional moves
Bryan Cain
2011-08-01
1
-2
/
+5
|
*
glsl_to_tgsi: execute merge_registers() after eliminate_dead_code()
Emil Velikov
2011-08-01
1
-1
/
+1
|
*
glsl_to_tgsi: implement simplify_cmp pass needed by r300g
Bryan Cain
2011-08-01
1
-0
/
+95
|
*
glsl_to_tgsi: fix compile error with g++ 4.6
Bryan Cain
2011-08-01
1
-1
/
+1
|
*
glsl: remove glsl_type::get_vec4_type()
Bryan Cain
2011-08-01
2
-17
/
+2
|
*
glsl_to_tgsi: silence compiler warning
Bryan Cain
2011-08-01
1
-1
/
+1
|
*
glsl_to_tgsi: finish some loose ends
Bryan Cain
2011-08-01
1
-10
/
+36
|
*
glsl-to-tgsi: fix piglit tests
Bryan Cain
2011-08-01
1
-9
/
+11
|
*
mesa, glsl_to_tgsi: add native support for integers in shaders
Bryan Cain
2011-08-01
5
-60
/
+328
|
*
tgsi: add support for TGSI_OPCODE_MOD in tgsi_exec
Bryan Cain
2011-08-01
1
-1
/
+12
|
*
mesa: support boolean and integer-based parameters in prog_parameter
Bryan Cain
2011-08-01
13
-66
/
+88
|
*
gallium: add PIPE_SHADER_CAP_INTEGERS
Bryan Cain
2011-08-01
10
-0
/
+19
|
*
glsl_to_tgsi: fix shaders with indirect addressing of temps
Bryan Cain
2011-08-01
1
-4
/
+12
|
*
glsl_to_tgsi: use TGSI opcodes when converting from GLSL IR
Bryan Cain
2011-08-01
1
-333
/
+217
|
*
glsl_to_tgsi: support DDY (ir_unop_dFdy)
Bryan Cain
2011-08-01
1
-6
/
+1
|
*
glsl_to_tgsi: lower noise opcodes when converting from GLSL IR, not when gene...
Bryan Cain
2011-08-01
1
-13
/
+8
|
*
glsl_to_tgsi: define the sampler objects used
Bryan Cain
2011-08-01
1
-2
/
+11
|
*
glsl_to_tgsi: remove a bad assertion
Bryan Cain
2011-08-01
1
-4
/
+5
|
*
glsl_to_tgsi: remove reads to output registers
Bryan Cain
2011-08-01
1
-0
/
+91
|
*
glsl_to_tgsi: stop generating Mesa IR
Bryan Cain
2011-08-01
2
-270
/
+33
|
*
mesa: fix segfault when no Mesa IR is generated
Bryan Cain
2011-08-01
1
-2
/
+3
|
*
st/mesa: Add a GLSL IR to TGSI translator.
Bryan Cain
2011-08-01
8
-183
/
+4767
*
|
st/mesa: silence int/float and double/float conversion warnings
Brian Paul
2011-08-04
1
-4
/
+4
*
|
st/mesa: move declaration before code
Brian Paul
2011-08-04
1
-1
/
+2
*
|
mesa: minor comment updates in enable.c
Brian Paul
2011-08-04
1
-9
/
+2
*
|
mesa: whitespace, formatting fixes in GetTexParameter() code
Brian Paul
2011-08-04
1
-8
/
+6
*
|
mesa: add null ptr checks in GetTexParameterI[u]iv() functions
Brian Paul
2011-08-04
1
-0
/
+4
*
|
mesa: condense GL_TEXTURE_RESIDENT query code
Brian Paul
2011-08-04
1
-16
/
+4
*
|
mesa: make error handling in glGetTexParameter() a bit more concise
Brian Paul
2011-08-04
1
-170
/
+96
*
|
nv50: implement resource_resolve with custom blit
Christoph Bumiller
2011-08-04
8
-11
/
+559
*
|
st/mesa: implement multisample resolve via BlitFramebuffer
Christoph Bumiller
2011-08-04
1
-5
/
+111
*
|
gallium: extend resource_resolve to accommodate BlitFramebuffer
Christoph Bumiller
2011-08-04
4
-6
/
+43
*
|
st/mesa: determine Const.MaxSamples in init_extensions
Christoph Bumiller
2011-08-04
1
-0
/
+11
*
|
egl/gbm: Fix EGL_DEFAULT_DISPLAY
Benjamin Franzke
2011-08-04
5
-7
/
+53
*
|
gbm: link gbm_gallium_drm.so against math library
Benjamin Franzke
2011-08-04
1
-1
/
+1
*
|
gbm/dri: avoid crash in dri_screen_create
RALOVICH, Kristóf
2011-08-04
1
-0
/
+2
*
|
r600g: remove more of unused code
Marek Olšák
2011-08-04
1
-13
/
+0
*
|
r600g: take into account force_add_cf in pops
Vadim Girlin
2011-08-03
1
-15
/
+24
*
|
r600g: use backend mask for occlusion queries
Vadim Girlin
2011-08-03
5
-4
/
+160
*
|
winsys/radeon: remove dummy function pb_buffer
Marek Olšák
2011-08-03
2
-16
/
+7
*
|
util: fix a typo in util_format_swizzle_4f
Marek Olšák
2011-08-03
1
-1
/
+1
*
|
radeon: Remove some remaining set-but-unused variables.
Eric Anholt
2011-08-02
4
-14
/
+0
*
|
radeon: Remove set-but-unused variables in radeon_lock.c
Eric Anholt
2011-08-02
1
-10
/
+0
*
|
radeon: Remove set-but-unused variables in radeonSetTexBuffer2() variants.
Eric Anholt
2011-08-02
5
-29
/
+0
*
|
radeon: Remove set-but-unused log2depth variable.
Eric Anholt
2011-08-02
1
-2
/
+1
*
|
radeon: Remove set-but-unused color_mask variable.
Eric Anholt
2011-08-02
2
-6
/
+0
*
|
intel: Fix unused variable warning.
Eric Anholt
2011-08-02
1
-1
/
+0
*
|
r600g: remove dummy function r600_bo_offset
Marek Olšák
2011-08-02
6
-33
/
+29
[prev]
[next]