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
*
i915g: add a few more render target formats
Daniel Vetter
2011-06-13
1
-0
/
+7
*
r600g: Put shaders into immutable buffers.
Mathias Fröhlich
2011-06-13
2
-2
/
+3
*
r600g: Allow VRAM for the initial domain for every buffer binding.
Mathias Fröhlich
2011-06-13
1
-15
/
+11
*
r600g: Set the domains value also for recycled buffer objects.
Mathias Fröhlich
2011-06-13
1
-12
/
+14
*
r600g: Fix typo.
Mathias Fröhlich
2011-06-13
1
-1
/
+1
*
r600g: remove useless call to u_upload_flush
Pierre-Eric Pelloux-Prayer
2011-06-13
1
-5
/
+0
*
r600g: fixed bo memory leak issue
Pierre-Eric Pelloux-Prayer
2011-06-13
1
-0
/
+1
*
st/eglwayland: Add support for EGL_DEFAULT_DISPLAY
Benjamin Franzke
2011-06-12
4
-0
/
+15
*
r300g: max_anisotropy of 1 is not anisotropic filtering
Marek Olšák
2011-06-11
1
-1
/
+1
*
i915g: implement fence signalling
Daniel Vetter
2011-06-11
1
-2
/
+6
*
r600g: VGT_PRIMITIVE_TYPE is special
Alex Deucher
2011-06-09
2
-3
/
+3
*
r600g: Handle CONFIG regs properly
Alex Deucher
2011-06-09
2
-32
/
+31
*
r300g: fix texturing with non-3D textures and wrap R mode set to sample border
Marek Olšák
2011-06-09
1
-0
/
+6
*
r300g: don't enable aniso with nearest filtering
Marek Olšák
2011-06-09
1
-41
/
+39
*
r600g: adjust vs/ps gprs on r600/r700 cards when needed.
Dave Airlie
2011-06-09
5
-19
/
+77
*
r600g: remove unused variable
Marek Olšák
2011-06-09
1
-1
/
+0
*
r300g: fix draw_vbo splitting on r3xx-r4xx
Marek Olšák
2011-06-09
1
-5
/
+10
*
r300g: make translate_primitive table-driven
Marek Olšák
2011-06-09
1
-24
/
+20
*
util: fix strict aliasing issues in u_format_r11g11b10f.h
Roland Scheidegger
2011-06-09
1
-8
/
+16
*
util: add gcc version check for builtins
Roland Scheidegger
2011-06-09
1
-3
/
+3
*
util: better logbase2/next_power_of_two implementations
Benjamin Bellec
2011-06-09
1
-8
/
+24
*
glx/xlib: Handle glXCreateContextAttribsARB in glXGetProcAddress.
José Fonseca
2011-06-08
1
-0
/
+3
*
svga: fix typos, update comments
Brian Paul
2011-06-08
1
-7
/
+5
*
st/egl: set EGL_ALPHA_MASK_SIZE
Chia-I Wu
2011-06-09
1
-0
/
+4
*
r600g: fix mixup in GPR resource reg setup
Alex Deucher
2011-06-08
1
-3
/
+10
*
gallium: fix comments for pipe_stream_output_state
Brian Paul
2011-06-08
1
-7
/
+9
*
gallium: s/bool/boolean/
Brian Paul
2011-06-08
13
-21
/
+21
*
draw: fix edge flag handling in clipper (for unfilled tris/quads/polygons)
Brian Paul
2011-06-08
1
-5
/
+57
*
r600g: missed one line in eg dyn gpr fallback.
Dave Airlie
2011-06-08
1
-0
/
+1
*
r600g: set enable always bits for r600/r700 sq registers.
Dave Airlie
2011-06-08
1
-11
/
+11
*
r600g: condition evergreen dyn gpr resource management
Dave Airlie
2011-06-08
2
-2
/
+33
*
r600g: fix warnings in winsys.
Dave Airlie
2011-06-08
1
-5
/
+2
*
r600g: enable dynamic GPR resource management on evergreen
Dave Airlie
2011-06-08
3
-20
/
+11
*
r600g: only add blocks once to the dirty/enabled lists.
Dave Airlie
2011-06-08
1
-3
/
+5
*
r600g: fix regression in recent state changes.
Dave Airlie
2011-06-08
1
-0
/
+1
*
r600g: move simple part of bo reloc processing inline.
Dave Airlie
2011-06-08
2
-12
/
+17
*
r600g: take alpha ref update out of line.
Dave Airlie
2011-06-08
1
-5
/
+4
*
r600g: split resource emit path from main register emit path
Dave Airlie
2011-06-08
4
-17
/
+106
*
r600g: exit bo per reg scanning loop early.
Dave Airlie
2011-06-08
2
-9
/
+13
*
r600g: reorder evergreen draw packets to be smaller.
Dave Airlie
2011-06-08
1
-4
/
+8
*
r600g: inline r600_bo_reference.
Dave Airlie
2011-06-08
3
-13
/
+15
*
r600g: no need to drop the references here.
Dave Airlie
2011-06-08
1
-2
/
+0
*
r600g: use memcmp instead of a loop in state_set_resource
Dave Airlie
2011-06-08
1
-5
/
+3
*
r600g : fix incorrect size computation in r600_query_result
Pierre-Eric Pelloux-Prayer
2011-06-07
1
-1
/
+2
*
r600g: remove pre-r6xx asic families and pci ids
Alex Deucher
2011-06-07
2
-35
/
+0
*
r600g: always clear query memory
Alex Deucher
2011-06-07
1
-3
/
+3
*
r300g: consolidate deducing chipset info
Marek Olšák
2011-06-07
4
-392
/
+107
*
r600g: add missing r300 families
Marek Olšák
2011-06-07
1
-0
/
+5
*
r300g: Remove is_r3xx
Benjamin Franzke
2011-06-07
3
-215
/
+9
*
r600g: Use radeon pciid list for the family lookup table
Benjamin Franzke
2011-06-07
2
-481
/
+6
[next]