index
:
~nh/mesa
ARB_enhanced_layouts
ARB_gpu_shader_int64
ARB_sparse_buffer
ac_surface
addrtool
arb_bindless_texture
arb_transform_feedback_overflow_query
arrays
buffer-suballoc
cubemaps
ddiv
debug-dma
descriptors
driconf
fences-threads-ddebug
first-image
ibs
images-radeonsi
khronos-update
ldexp
merged-shader-io-bitfields
nir
nir-v2
out-of-order
pbo-download
pbo-upload
pub-invalidate
query
query-buffer-object
r300-compiler
r300g-glsl
readpixels
shader-state
si_shader_mem
ssbo
tgsi-const-2d
tmp
ubsan
user_stride
user_stride-v2
wip
nh's Mesa repository; mostly radeonsi related development
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-04
i965: Disable write masking when setting up texturing m0.
Eric Anholt
2
-1
/
+4
2013-02-04
intel: Fix regression in intel_create_image_from_name stride handling
Tapani Pälli
1
-1
/
+1
2013-02-04
i965: Fix segfaults from 45a28a927ab7f29ff325b9326d386a39ba538c18
Eric Anholt
2
-2
/
+4
2013-02-04
radeonsi: add Oland pci ids
Alex Deucher
1
-0
/
+14
2013-02-04
radeonsi: default PA_SC_RASTER_CONFIG to 0
Alex Deucher
1
-1
/
+3
2013-02-04
radeonsi: add support for Oland chips
Alex Deucher
4
-0
/
+6
2013-02-04
glsl: Support transform feedback of varying structs.
Paul Berry
2
-67
/
+184
2013-02-04
glsl: Use parse_program_resource_name to parse transform feedback varyings.
Paul Berry
2
-19
/
+16
2013-02-04
glsl: Rename uniform_field_visitor to program_resource_visitor.
Paul Berry
4
-33
/
+34
2013-02-04
mesa/glsl: Separate parsing logic from _mesa_get_uniform_location.
Paul Berry
4
-61
/
+91
2013-02-04
gallium/egl: Fix include dirs for VPATH build
Quentin Glidic
1
-0
/
+1
2013-02-04
intel: make sure to setup image dimension in image_from_planar setup
Abdiel Janulgue
1
-0
/
+1
2013-02-04
builtin_compiler/build: Don't use *_FOR_BUILD when not cross compiling
Matt Turner
1
-11
/
+32
2013-02-04
st/mesa: emit SQRT opcode when driver supports it
Brian Paul
1
-7
/
+21
2013-02-04
gallium/drivers: handle PIPE_SHADER_CAP_TGSI_SQRT_SUPPORTED query
Brian Paul
8
-0
/
+17
2013-02-04
gallivm: implement support for SQRT opcode
Brian Paul
3
-0
/
+37
2013-02-04
tgsi: add support for new SQRT opcode
Brian Paul
4
-1
/
+18
2013-02-04
gallium: add SQRT shader opcode
Brian Paul
3
-2
/
+12
2013-02-04
radeonsi: Remove spurious traces of R16G16B16 support.
Michel Dänzer
1
-3
/
+0
2013-02-04
radeonsi: Enable texture arrays.
Michel Dänzer
1
-1
/
+1
2013-02-04
radeonsi: Improve packing of texture address parameters.
Michel Dänzer
1
-30
/
+97
2013-02-04
radeonsi: Adapt to sample intrinsics changes.
Michel Dänzer
3
-51
/
+56
2013-02-04
st/mesa: simplify the update_single_texture() function
Brian Paul
1
-28
/
+7
2013-02-04
st/mesa: merge st_ChooseTextureFormat_renderable() into st_ChooseTextureFormat()
Brian Paul
2
-38
/
+21
2013-02-04
st/mesa: improve the format choosing code for DrawPixels
Brian Paul
1
-6
/
+8
2013-02-04
gallium: handle unhandled PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENT
Andreas Boll
7
-0
/
+8
2013-02-04
st/mesa: don't choose DXT formats if we can't do DXT compression
Brian Paul
5
-13
/
+29
2013-02-04
mesa: don't use format chooser code for glCompressedTexImage
Brian Paul
1
-2
/
+12
2013-02-03
i965: Fix the SF Vertex URB Read Length calculation for Gen7 platforms.
Kenneth Graunke
1
-16
/
+16
2013-02-03
i965: Fix the SF Vertex URB Read Length calculation for Sandybridge.
Kenneth Graunke
1
-16
/
+18
2013-02-03
i965: Compute the maximum SF source attribute.
Kenneth Graunke
3
-4
/
+12
2013-02-03
i965: Refactor Gen6+ SF attribute override code.
Kenneth Graunke
1
-12
/
+13
2013-02-03
glsl: Remove hash table from ir_set_program_inouts pass.
Kenneth Graunke
1
-24
/
+14
2013-02-03
i965: Remove dead field brw_wm_prog_data::error.
Kenneth Graunke
1
-1
/
+0
2013-02-03
i965: Remove dead field brw_context::constant_map.
Kenneth Graunke
1
-1
/
+0
2013-02-01
r600g: Fix memory leak.
Vinson Lee
1
-1
/
+3
2013-02-01
egl/dri2: Fix memory leak.
Vinson Lee
1
-0
/
+1
2013-02-01
nv30: Fix memory leak.
Vinson Lee
1
-0
/
+1
2013-02-01
nv50: Fix memory leak.
Vinson Lee
1
-0
/
+1
2013-02-01
nvc0: Fix memory leak.
Vinson Lee
1
-0
/
+1
2013-02-01
swrast: Fix memory leak.
Vinson Lee
1
-0
/
+1
2013-02-01
configure.ac: Fix --with-llvm-shared-libs
Quentin Glidic
1
-2
/
+7
2013-02-01
r600g/llvm: Select the correct GPU type for RV670
Tom Stellard
1
-1
/
+1
2013-02-01
intel: implement create image from texture
Abdiel Janulgue
1
-21
/
+138
2013-02-01
intel: Account for mt->offset in intel_miptree_map
Abdiel Janulgue
1
-2
/
+2
2013-02-01
intel: Create a miptree using offsets in intel_set_texture_image_region
Abdiel Janulgue
1
-7
/
+53
2013-02-01
i965: Account for offsets when updating SURFACE_STATE.
Abdiel Janulgue
2
-2
/
+21
2013-02-01
intel: add pixel offset calculator for miptree levels
Abdiel Janulgue
2
-0
/
+21
2013-02-01
intel: Expose intel_miptree_create_internal as intel_miptree_create_layout.
Abdiel Janulgue
2
-14
/
+25
2013-02-01
intel: expose dimensions and offsets of a miptree level in DRIImage
Abdiel Janulgue
1
-0
/
+7
[next]