index
:
~funfunctor/mesa
ARB_parallel_shader_compile
ARB_query_buffer_object-radeonsi
KHR_robustness-radeonsi
KHR_robustness-radeonsi2
R600_DEBUG_rename
clSetCommandQueueProperty
clover-image-support
clover-image-support-enabled
master
radv-doom2016
radv-wip-doom-wine
shader-cache-radeonsi5
Mesa3D repository; personal mesa3D branches.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-14
build: Fix gtest out-of-tree build
Matt Turner
1
-2
/
+2
2012-08-14
build: Fix out-of-tree generation of api_exec_es{1,2}.c
Matt Turner
1
-2
/
+2
2012-08-14
build/sources.mak: Add src/glsl/glcpp to INCLUDE_DIRS
Matt Turner
1
-0
/
+1
2012-08-14
build/sources.mak: Remove unused GLSL_LIBS
Matt Turner
1
-6
/
+0
2012-08-14
mesa: Kill GL_ARB_shadow_ambient with fire
Ian Romanick
11
-88
/
+18
2012-08-14
radeon/llvm: Inline immediate offset when lowering implicit parameters
Tom Stellard
1
-4
/
+8
2012-08-14
radeon/llvm: Use correct opcocde for BREAK_LOGICALNZ_i32
Tom Stellard
2
-12
/
+19
2012-08-14
scons: Populate top_srcdir and top_builddir variables when reading Makefiles....
José Fonseca
2
-1
/
+8
2012-08-13
mesa: Use GLdouble for depthMax in final unpack conversions.
Kenneth Graunke
1
-1
/
+1
2012-08-13
i965: Fix the scaling of seconds to ms in perf debug.
Eric Anholt
2
-2
/
+2
2012-08-13
i965: Validate API and version in brwCreateContext
Ian Romanick
3
-5
/
+46
2012-08-13
i915: Validate API and version in i915CreateContext
Ian Romanick
3
-1
/
+40
2012-08-13
i830: Validate API and version before calling i830CreateContext
Ian Romanick
1
-0
/
+18
2012-08-13
intel: In the i915 driver, the chipset cannot be i965
Ian Romanick
1
-8
/
+5
2012-08-13
dri: Pass API_OPENGL_CORE through to the drivers
Ian Romanick
6
-20
/
+100
2012-08-13
mesa: Filter a bunch more functions based on API
Ian Romanick
1
-89
/
+116
2012-08-13
mesa: Don't advertise extensions that are part of GL 1.5 in a core context
Ian Romanick
1
-3
/
+3
2012-08-13
mesa: Don't advertise extensions that are part of GL 1.4 in a core context
Ian Romanick
1
-12
/
+12
2012-08-13
mesa: Don't advertise extensions that are part of GL 1.3 in a core context
Ian Romanick
1
-6
/
+6
2012-08-13
mesa: Don't advertise extensions that are part of GL 1.2 in a core context
Ian Romanick
1
-10
/
+10
2012-08-13
mesa: Don't advertise deprecated extensions in a core context
Ian Romanick
1
-49
/
+49
2012-08-13
build: Fix libdricore out-of-tree builds (v2)
Christopher James Halse Rogers
1
-1
/
+10
2012-08-13
build/mapi: More killing of TOP in favour of top_srcdir
Christopher James Halse Rogers
2
-7
/
+11
2012-08-13
build/glsl: fix location of generated files.
Christopher James Halse Rogers
3
-15
/
+8
2012-08-13
build/glapi: fix includes for generated files
Christopher James Halse Rogers
1
-0
/
+1
2012-08-13
build: fix out of tree generation of glapi_mapi_tmp.h
Christopher James Halse Rogers
1
-1
/
+1
2012-08-13
build/glx: fix include paths for out-of-tree builds
Christopher James Halse Rogers
1
-0
/
+2
2012-08-13
build: fix location of generated files in src/mesa (v4)
Christopher James Halse Rogers
4
-17
/
+35
2012-08-12
intel: Reserve enough space to finish occlusion queries on Gen6.
Kenneth Graunke
2
-1
/
+15
2012-08-12
intel: Move finish_batch() call before MI_BATCH_BUFFER_END and padding.
Kenneth Graunke
1
-3
/
+3
2012-08-12
i965: Add perf debug for stalls during shader compiles.
Eric Anholt
4
-2
/
+45
2012-08-12
i965: Add performance debug for when the state cache gets nuked.
Eric Anholt
1
-1
/
+4
2012-08-12
i965: Add performance debug for shader recompiles.
Eric Anholt
6
-0
/
+103
2012-08-12
i965: Add performance debug for fast clear fallbacks.
Eric Anholt
1
-1
/
+9
2012-08-12
intel: Add performance debug for some common GPU stalls.
Eric Anholt
3
-1
/
+19
2012-08-12
i965: Add performance debug for register spilling.
Eric Anholt
2
-0
/
+8
2012-08-12
i965: Add INTEL_DEBUG=perf for failure to compile 16-wide shaders.
Eric Anholt
3
-2
/
+11
2012-08-12
intel: Rename INTEL_DEBUG=fall to INTEL_DEBUG=perf.
Eric Anholt
7
-10
/
+11
2012-08-12
meta: texture rectangle textures may not have mipmaps
Pauli Nieminen
1
-2
/
+4
2012-08-12
meta: Use sampler object for mipmap generation
Pauli Nieminen
1
-25
/
+27
2012-08-12
mesa/samplerobj: Avoid crash in sampler query if texture unit is disabled
Pauli Nieminen
1
-1
/
+3
2012-08-12
mesa: Remove unnecessary parameters CompressedTexImage
Pauli Nieminen
6
-20
/
+4
2012-08-12
mesa: Remove unnecessary parameters from AllocTextureImageBuffer
Pauli Nieminen
9
-56
/
+29
2012-08-12
mesa: Remove unnecessary parameters from TexImage
Pauli Nieminen
9
-88
/
+33
2012-08-12
configure: Check xcb version when X11 pkgconfig exists
Tom Stellard
1
-0
/
+1
2012-08-12
gbm: Fix build without gallium_drm_loader
Chí-Thanh Christopher Nguyễn
1
-0
/
+2
2012-08-11
radeonsi: move drawing into new state handling
Christian König
4
-103
/
+72
2012-08-11
radeonsi: move sync handling into new state handler
Christian König
10
-172
/
+100
2012-08-11
radeonsi: separate and disable streamout for now
Christian König
10
-241
/
+301
2012-08-11
radeonsi: remove ps_partial_flush
Christian König
4
-28
/
+1
[next]