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
2011-06-26
targets/egl-static: fix building without libudev
Chia-I Wu
1
-1
/
+2
2011-06-26
targets/egl-static: refactor drm_fd_get_screen_name
Chia-I Wu
1
-28
/
+53
2011-06-26
st/egl: fix a compile error
Chia-I Wu
1
-2
/
+1
2011-06-26
targets/gbm: attemp to fix unresolved symbols
Chia-I Wu
1
-9
/
+22
2011-06-25
r300g: drop support for ARGB, ABGR, XRGB, XBGR render targets
Marek Olšák
1
-21
/
+0
2011-06-25
Revert "Fix 24bpp software rendering"
Brian Paul
3
-89
/
+4
2011-06-25
egl: fix EGL_MATCH_NATIVE_PIXMAP
Chia-I Wu
1
-2
/
+10
2011-06-25
st/egl: add get_pixmap_format callback to native_display
Chia-I Wu
5
-47
/
+65
2011-06-25
egl: make implementing eglChooseConfig easier
Chia-I Wu
3
-63
/
+63
2011-06-25
targets/egl-static: do not use DRI_LIB_DEPS
Chia-I Wu
1
-3
/
+3
2011-06-25
st/egl: add a fast path for ximage eglCopyBuffers
Chia-I Wu
1
-1
/
+40
2011-06-25
st/egl: clean up eglCopyBuffers
Chia-I Wu
7
-42
/
+63
2011-06-25
st/egl: reorganize backend initialization
Chia-I Wu
14
-197
/
+172
2011-06-24
i915g: always upload the vs constants.
Stéphane Marchesin
1
-9
/
+7
2011-06-24
i965/gen5: Fix grf_used calculation for 16-wide.
Eric Anholt
1
-5
/
+4
2011-06-24
i915g: add fake occlusion queries.
Stéphane Marchesin
5
-0
/
+125
2011-06-24
i915g: Don't do shader fixup if no surface is bound.
Stéphane Marchesin
1
-3
/
+9
2011-06-24
i915g: Fix point sprites.
Stéphane Marchesin
8
-31
/
+204
2011-06-24
indices: fix conversion of PIPE_PRIM_POLYGON to lines
Brian Paul
2
-3
/
+8
2011-06-24
i965: fix mask used to write to clip distance registers when gen>6
Paul Berry
1
-1
/
+1
2011-06-24
r600g: limit fs_write_all shader rebuild to eg+
Alex Deucher
1
-1
/
+1
2011-06-24
r600g: eg+ support for FS_COLOR0_WRITES_ALL_CBUFS
Alex Deucher
6
-30
/
+61
2011-06-24
intel: Fix workaround for _mesa_update_framebuffer
Chad Versace
1
-3
/
+5
2011-06-24
intel: Change framebuffer validation criteria
Chad Versace
1
-10
/
+3
2011-06-24
intel: In intel_update_wrapper, support s8z24 textures when using separate st...
Chad Versace
1
-6
/
+35
2011-06-24
intel: Factor region updates out of intel_update_wrapper
Chad Versace
1
-0
/
+18
2011-06-24
intel: During glTexImage, allocate renderbuffers for faking s8z24 textures
Chad Versace
1
-0
/
+62
2011-06-24
intel: Declare some functions in intel_fbo.c as non-static
Chad Versace
2
-2
/
+14
2011-06-24
intel: Change signature of intel_create_wrapped_renderbuffer
Chad Versace
2
-22
/
+12
2011-06-24
intel: Perform gather on s8z24 texture images during glGetTexImage
Chad Versace
1
-0
/
+8
2011-06-24
intel: Define functions intel_texture_s8z24_scatter/gather
Chad Versace
1
-0
/
+70
2011-06-24
intel: Add fields to intel_texture for faking s8z24 with separate stencil
Chad Versace
3
-12
/
+40
2011-06-24
st/mesa: add PIPE_FORMAT_R8G8B8A8_UNORM as the first RGBA format.
Stéphane Marchesin
1
-1
/
+1
2011-06-24
mesa: don't allocate memory in _mesa_unpack_depth_span if we don't need it
Marek Olšák
1
-7
/
+7
2011-06-24
mesa: fix a memory leak in _mesa_unpack_depth_span
Marek Olšák
1
-0
/
+1
2011-06-24
mesa: fix texstore of DEPTH24_STENCIL8 if srcFormat is STENCIL_INDEX
Marek Olšák
1
-3
/
+6
2011-06-24
mesa: remove unused function _mesa_new_depthstencil_renderbuffer
Marek Olšák
2
-26
/
+0
2011-06-24
st/mesa: fix pipe_get_transfer() call in fallback_copy_texsubimage()
Brian Paul
1
-1
/
+2
2011-06-24
egl_dri2: Build drm platform only if enabled
Benjamin Franzke
2
-1
/
+8
2011-06-24
r600g: implement fragment and vertex color clamp
Vadim Girlin
7
-9
/
+87
2011-06-24
r600g: optimize spi update
Vadim Girlin
2
-3
/
+8
2011-06-24
r600g: LIT: fix x&y slots order
Vadim Girlin
1
-11
/
+11
2011-06-24
i965: Make the brw_format_for_mesa_format table static const.
Eric Anholt
1
-1
/
+1
2011-06-24
i965: Don't bother telling swrast_setup about state updates until fallback.
Eric Anholt
3
-1
/
+4
2011-06-24
i965: Don't bother telling tnl about state updates unless we fall back.
Eric Anholt
4
-2
/
+18
2011-06-24
i965: Reuse existing program data when a new compiled program matches.
Eric Anholt
2
-20
/
+82
2011-06-24
st/mesa: fix all_varyings_in_vbos() regression
Brian Paul
1
-1
/
+17
2011-06-24
Fix 24bpp software rendering
Marc Pignat
3
-4
/
+89
2011-06-24
gallium/tests/trivial: update comment
Brian Paul
1
-1
/
+1
2011-06-24
gallium/tests/trivial: use CXX to do final link
Brian Paul
1
-1
/
+1
[prev]
[next]