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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
radeonsi: add cs tracing v3
Jerome Glisse
2013-03-27
6
-1
/
+124
*
mesa: only check sample count if we actually wanted multisampling
Chris Forbes
2013-03-27
1
-9
/
+10
*
radeon/llvm: document LLVM commit
Christian König
2013-03-26
1
-1
/
+1
*
radeonsi: add preloading for all samplers
Christian König
2013-03-26
1
-12
/
+45
*
radeonsi: add preloading of all constants
Christian König
2013-03-26
1
-16
/
+51
*
radeonsi: mark most intrinsics as readnone/nounwind
Christian König
2013-03-26
1
-8
/
+10
*
radeonsi: mark all loads as constant
Christian König
2013-03-26
1
-7
/
+25
*
radeonsi: remove wqm intrinsic
Christian König
2013-03-26
1
-9
/
+0
*
radeon/llvm: remove uneeded inclusion
Christian König
2013-03-26
1
-1
/
+0
*
glsl_to_tgsi: avoid creating arrays if driver doesn't support them
Christian König
2013-03-26
1
-1
/
+3
*
glsl_to_tgsi: make simplify_cmp work with arrays
Christian König
2013-03-26
1
-1
/
+1
*
gallium/docs: document get_driver_query_info
Marek Olšák
2013-03-26
1
-0
/
+12
*
r600g: add a driver query returning the amount of requested VRAM and GTT memory
Marek Olšák
2013-03-26
8
-0
/
+61
*
r600g: add a driver query returning the number of draw_vbo calls
Marek Olšák
2013-03-26
4
-5
/
+65
*
st/dri: integrate the HUD
Marek Olšák
2013-03-26
3
-0
/
+11
*
gallium: implement a heads-up display module
Marek Olšák
2013-03-26
9
-0
/
+2082
*
gallium: add interface for driver queries like performance counters, etc.
Marek Olšák
2013-03-26
3
-1
/
+24
*
gallium/tgsi: fix valgrind warning
Marek Olšák
2013-03-26
1
-1
/
+1
*
st/mesa: fix crash with blit-based GetTexImage
Marek Olšák
2013-03-26
1
-1
/
+1
*
cso: add constant buffer save/restore feature for postprocessing
Marek Olšák
2013-03-26
5
-5
/
+83
*
radeonsi: fix crash while binding a NULL constant buffer
Marek Olšák
2013-03-26
1
-1
/
+1
*
r600g: fix crash while binding a NULL constant buffer
Marek Olšák
2013-03-26
1
-1
/
+1
*
r300g: fix crash while binding a NULL constant buffer
Marek Olšák
2013-03-26
1
-1
/
+1
*
r600g: Use virtual address for PIPE_QUERY_SO* in r600_emit_query_end
Martin Andersson
2013-03-25
1
-2
/
+3
*
freedreno: use u_debug for debug env vars
Rob Clark
2013-03-25
1
-3
/
+10
*
glsl ir: add as_dereference_record
Jordan Justen
2013-03-25
1
-0
/
+6
*
gallium: undef PACKAGE_* macros to silence warnings
Brian Paul
2013-03-25
1
-0
/
+8
*
gallivm: init vars to silence warnings
Brian Paul
2013-03-25
1
-2
/
+2
*
swrast: init vars to silence warnings
Brian Paul
2013-03-25
1
-4
/
+4
*
freedreno: prefer sw upload for textures
Rob Clark
2013-03-25
1
-0
/
+2
*
freedreno: track maximal scissor bounds
Rob Clark
2013-03-25
9
-136
/
+162
*
android: fix Android.mk bug in mesa/drivers/dri/common
Adrian Marius Negreanu
2013-03-25
1
-1
/
+2
*
mesa: Disable validate_ir_tree() on release builds.
Eric Anholt
2013-03-25
2
-2
/
+6
*
gallivm: move code for dealing with rgb9e5 and r11g11b10 formats to own file
Roland Scheidegger
2013-03-24
5
-343
/
+392
*
llvmpipe: Fix assertions with assignment instead of comparison.
Vinson Lee
2013-03-24
1
-2
/
+2
*
i965: Shrink brw_vue_map struct.
Paul Berry
2013-03-24
2
-2
/
+10
*
i965/fs: Rename vp_outputs_written to input_slots_valid.
Paul Berry
2013-03-24
3
-7
/
+7
*
i965: Use brw.vue_map_geom_out instead of VS output VUE map where appropriate.
Paul Berry
2013-03-24
7
-31
/
+29
*
i965: Store the geometry output VUE map in brw_context.
Paul Berry
2013-03-24
3
-0
/
+17
*
i965: Move brw_vs_prog_data::outputs_written into VUE map.
Paul Berry
2013-03-24
7
-21
/
+27
*
i965/gen7: Use WE_all mode when enabling channel masks for URB write.
Paul Berry
2013-03-24
1
-0
/
+1
*
i965: Rename BRW_VARYING_SLOT_MAX -> BRW_VARYING_SLOT_COUNT.
Paul Berry
2013-03-24
5
-10
/
+10
*
i965: Clarify nomenclature: vert_result -> varying
Paul Berry
2013-03-23
15
-152
/
+149
*
i965: bump MAX_DEPTH_TEXTURE_SAMPLES to 4/8
Chris Forbes
2013-03-24
1
-2
/
+2
*
mesa: use _mesa_check_sample_count() for multisample textures
Chris Forbes
2013-03-24
2
-30
/
+33
*
mesa: helper for checking renderbuffer sample count
Chris Forbes
2013-03-24
3
-3
/
+69
*
mesa: allow internalformat_query with multisample texture targets
Chris Forbes
2013-03-24
5
-12
/
+20
*
clover: add dynamic_cast results checking down in clSetKernelArgument() code ...
Dmitry Cherkassov
2013-03-24
1
-0
/
+12
*
gallivm: Add code for rgb9e5 shared exponent format to float conversion
Roland Scheidegger
2013-03-24
3
-3
/
+118
*
gallium,st/mesa: don't use blit-based transfers with software rasterizers
Marek Olšák
2013-03-23
15
-1
/
+35
[prev]
[next]