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
path:
root
/
src
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gallium/auxiliary: Add -fno-rtti to CXXFLAGS on LLVM >= 3.2.
Johannes Obermayr
2012-12-03
1
-1
/
+5
*
r300g: Give CLIP_DISABLE another try
Stefan Dösinger
2012-12-04
2
-2
/
+3
*
st/glx: accept GLX_SAMPLE_BUFFERS/SAMPLES_ARB == 0
Brian Paul
2012-12-03
1
-4
/
+6
*
llvmpipe: Implement PIPE_QUERY_TIMESTAMP and PIPE_QUERY_TIME_ELAPSED.
James Benton
2012-12-03
13
-43
/
+147
*
gallivm: fix srgb format fetch
Roland Scheidegger
2012-12-03
1
-1
/
+2
*
llvmpipe: Refactor convert_to/from_blend_type to convert in place.
José Fonseca
2012-12-03
1
-12
/
+8
*
llvmpipe: Improve color buffer loads/stores alignment.
José Fonseca
2012-12-03
1
-10
/
+19
*
llvmpipe: Recompute the fs shader key when framebuffer varies.
José Fonseca
2012-12-03
1
-0
/
+1
*
r300g: increment num_z_clears only if we have Hyper-Z
Marek Olšák
2012-12-02
1
-2
/
+1
*
r300g: add blacklist for apps that shouldn't steal hyperz access
Marek Olšák
2012-12-02
1
-0
/
+28
*
r300g: enable Hyper-Z by default on r500
Marek Olšák
2012-12-02
2
-10
/
+13
*
r300g: clear the ZB cache before clearing ZMASK or HIZ
Marek Olšák
2012-12-02
2
-2
/
+8
*
Revert "r300g: fix occlusion queries when depth test is disabled or zbuffer i...
Marek Olšák
2012-12-02
2
-27
/
+6
*
st/dri: implement new driver hook flush_with_flags
Marek Olšák
2012-12-02
4
-56
/
+89
*
r300g: refuse to create too large textures
Marek Olšák
2012-12-01
1
-0
/
+15
*
r300g: fix memory leaks in texture_create error paths
Marek Olšák
2012-12-01
1
-9
/
+15
*
r300g: fix revoking hyperz access
Marek Olšák
2012-12-01
1
-20
/
+22
*
gallivm: drop border wrap clamping code
Roland Scheidegger
2012-12-01
1
-33
/
+16
*
r300g: handle map flag DISCARD_WHOLE_RESOURCE
Marek Olšák
2012-12-01
3
-4
/
+36
*
svga: remove pointless assert on unsigned >= 0
Dave Airlie
2012-12-01
1
-1
/
+0
*
r300g: fix comparison of hyperz flush time.
Dave Airlie
2012-12-01
1
-1
/
+1
*
util: added pipe_surface_release() function
Brian Paul
2012-11-30
1
-0
/
+16
*
llvmpipe: Remove remnants of lp_tile_soa from Makefile.
José Fonseca
2012-11-30
2
-4
/
+0
*
llvmpipe: Fix incorrect sizeof.
Vinson Lee
2012-11-29
1
-2
/
+2
*
llvmpipe: Fix build break from 75da95c50
Stéphane Marchesin
2012-11-29
1
-2
/
+1
*
r600g: mirror simplification of if/break opcodes
Vincent Lejeune
2012-11-29
1
-32
/
+12
*
r600g: separate resource_id and sampler_id tex info in tgsi-to-llvm
Vincent Lejeune
2012-11-29
1
-0
/
+3
*
mesa: Rename API_OPENGL to API_OPENGL_COMPAT.
Paul Berry
2012-11-29
1
-3
/
+3
*
gallium/postprocess: share pipe_context and cso_context with the state tracker
Marek Olšák
2012-11-29
6
-26
/
+69
*
gallivm: Fix lp_build_float_to_half.
José Fonseca
2012-11-29
1
-30
/
+75
*
gallivm: fix a trivial txq issue for 2d shadow and cube shadow samplers
Roland Scheidegger
2012-11-29
1
-2
/
+2
*
llvmpipe: support array textures
Roland Scheidegger
2012-11-29
6
-7
/
+32
*
gallivm: support array textures
Roland Scheidegger
2012-11-29
6
-65
/
+103
*
llvmpipe: Remove lp_build_blend_soa()
José Fonseca
2012-11-29
5
-538
/
+37
*
llvmpipe: Eliminate color buffer swizzling.
José Fonseca
2012-11-29
17
-1334
/
+30
*
llvmpipe: Only advertise unswizzled formats.
José Fonseca
2012-11-29
3
-25
/
+17
*
util/u_format: Kill util_format_is_array().
José Fonseca
2012-11-29
4
-53
/
+4
*
util/u_format: Tighten the meaning of is_array bit to exclude mixed type form...
José Fonseca
2012-11-29
2
-2
/
+11
*
util/u_format: Fix format manipulation for big-endian
Adhemerval Zanella
2012-11-29
1
-5
/
+5
*
gallivm: Fix format manipulation for big-endian
Adhemerval Zanella
2012-11-29
5
-12
/
+145
*
gallivm: Add byte-swap construct calls
Adhemerval Zanella
2012-11-29
2
-0
/
+89
*
gallivm: Fix vector constant for shuffle
Adhemerval Zanella
2012-11-29
1
-1
/
+6
*
gallivm: clear Altivec NJ bit
Adhemerval Zanella
2012-11-29
1
-0
/
+19
*
gallivm: Altivec floating-point rounding
Adhemerval Zanella
2012-11-29
1
-23
/
+70
*
gallivm: Altivec vector add/sub intrisics
Adhemerval Zanella
2012-11-29
2
-15
/
+27
*
gallivm: Altivec vector max/min intrisics
Adhemerval Zanella
2012-11-29
1
-2
/
+54
*
gallivm: Altivec pack/unpack intrisics
Adhemerval Zanella
2012-11-29
1
-14
/
+30
*
radeonsi: Bitcast result of packf16 intrinsic to float for export intrinsic.
Michel Dänzer
2012-11-29
1
-1
/
+5
*
st/mesa: allow forward-compatible contexts and set Const.ContextFlags
Marek Olšák
2012-11-29
1
-2
/
+1
*
st/mesa: add support for GL core profiles
Marek Olšák
2012-11-29
1
-1
/
+3
[prev]
[next]