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
2007-10-31
Add -fno-strict-aliasing workaround for Linux GCC targets
Dan Nicholson
15
-0
/
+48
2007-10-31
GLSL support in i965 driver
Brian
1
-0
/
+1
2007-10-31
updated list
Brian
1
-31
/
+8
2007-10-31
check for count==0 in _mesa_validate_DrawArrays()
Brian
1
-2
/
+3
2007-10-30
Fix some build warnings, mostly with XCB.
Michel Dänzer
3
-7
/
+111
2007-10-30
Alias glStencilOpSeparateATI with glStencilOpSeparate.
Brian
13
-283
/
+168
2007-10-30
test glStencilFuncSeparateATI()
Brian
1
-0
/
+26
2007-10-30
Finish up ATI_separate_stencil
Brian
14
-1074
/
+1258
2007-10-30
add missing _mesa_StencilFuncSeparateATI function
Roland Scheidegger
2
-0
/
+77
2007-10-30
More vblank cleanups.
Michel Dänzer
26
-129
/
+147
2007-10-29
[i915] Include header to pick up intel_ttm_bo_create_from_handle() proto.
Eric Anholt
1
-0
/
+1
2007-10-29
Merge branch 'origin'
Eric Anholt
128
-726
/
+3181
2007-10-29
Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa
Jesse Barnes
3
-6
/
+8
2007-10-29
Refactor and fix core vblank support
Jesse Barnes
50
-165
/
+332
2007-10-29
Build xdemos programs by default on linux-dri
Dan Nicholson
2
-4
/
+4
2007-10-29
Remember to call XSync() before resetting X error handler.
Chris Rankin
1
-0
/
+1
2007-10-29
linux-dri-xcb: Fix undefined refs when linking with libGL
Dan Nicholson
1
-2
/
+3
2007-10-29
disable ctx->Driver.NewProgram() call in _mesa_new_program()
Brian
1
-0
/
+5
2007-10-29
update APP_LIB_DEPS for static library configs (patch 3/3)
Dan Nicholson
3
-6
/
+3
2007-10-29
simplify APP_LIB_DEPS (patch 2/3)
Dan Nicholson
1
-2
/
+4
2007-10-29
specify app lib dependencies in Makefiles (patch 1/3)
Dan Nicholson
15
-34
/
+55
2007-10-28
Only set R_MODE with NV_point_sprite
Alan Hourihane
1
-1
/
+2
2007-10-26
configs: Fix linux-static to link correctly
Dan Nicholson
1
-3
/
+2
2007-10-26
Merge branch '965-glsl'
Zou Nan hai
25
-165
/
+1863
2007-10-25
use grep -q
Brian
1
-2
/
+2
2007-10-25
Ignore new programs
Dan Nicholson
3
-0
/
+6
2007-10-25
simplify/fix the ASM_FLAGS tests (bug 12931)
Brian
1
-2
/
+2
2007-10-24
added catamount-osmesa-pgi config
Alex Neundorf
2
-0
/
+33
2007-10-24
don't build x86, x86-64 dirs if not needed
Brian
1
-2
/
+7
2007-10-24
fix assorted bugs, works now
Brian
1
-12
/
+13
2007-10-24
add to git
Brian
2
-0
/
+109
2007-10-24
Implement gl_PointCoord attribute for GLSL fragment shaders.
Brian
6
-53
/
+85
2007-10-23
properly init dst reg's CondMask/Swizzle fields
Brian
2
-5
/
+5
2007-10-23
bump up MAX_INSTRUCTIONS and add an assertion to catch emitting too many inst...
Brian
1
-4
/
+7
2007-10-23
add directfb glut sources to tarball
Brian
1
-0
/
+3
2007-10-22
don't apply ColorMask to main gc
Brian
1
-7
/
+6
2007-10-18
glxinfo: Try creating a GLX context using an fbconfig if no visuals are avail...
Kristian Høgsberg
1
-13
/
+46
2007-10-18
i915: Add some sanity checks to blit command debugging code.
Michel Dänzer
1
-16
/
+21
2007-10-17
Framework for supporting z24_s8 and z32 depth textures on r300.
Ian Romanick
2
-6
/
+49
2007-10-17
Initial support for ARB_depth_texture
Ian Romanick
4
-2
/
+77
2007-10-17
Support cards that have ARB_fp but not ARB_shadow.
Ian Romanick
1
-13
/
+49
2007-10-17
mga: Enable (trivial) support for GL_APPLE_vertex_array_object, bump DRIVER_DATE
Ian Romanick
2
-1
/
+3
2007-10-17
mga: Enable (trivial) support for GL_EXT_gpu_program_parameters.
Ian Romanick
1
-3
/
+5
2007-10-17
pbutil: Do not require GLX_SGIX_pbuffer for fbconfig only-functions.
Kristian Høgsberg
2
-26
/
+48
2007-10-17
Replace repeat_remainder() with a simpler macro that just casts args to unsig...
Brian
1
-13
/
+6
2007-10-17
Pull workaround for unset GLX_DRAWABLE_TYPE back in.
Kristian Høgsberg
1
-0
/
+2
2007-10-17
glxinfo: Also print number of fbconfigs.
Kristian Høgsberg
1
-1
/
+1
2007-10-17
Don't call the driver clear hook when the effective scissor rectangle is empty.
Michel Dänzer
1
-1
/
+3
2007-10-17
i915: Don't emit 'empty' blit rectangles.
Michel Dänzer
1
-0
/
+3
2007-10-17
Fixup a couple of thinkos in glxinfo changes.
Kristian Høgsberg
1
-5
/
+2
[next]