index
:
~jljusten/mesa-archive
1d-array-issue
9.0-for-precise
allow-3.2-override
amd_vertex_shader_layer
anv-l3
anv-l3-v1
aubinator
aubinator-error-decode
bdw-aux-hiz
bdw-aux-hiz-v1
bdw-aux-hiz-v2
bdw-aux-surf
bdw-cms
bdw-more-hiz
braswell
bsw-krh-fast-batch
coarse-bo-locks
code-gen-api-exec+gl-core-sanity
context-tests
core-context
cpu-10
cs
cs+ils
cs+ils-1
cs+ps
cs-13
cs-16
cs-17
cs-18
cs-27
cs-29
cs-30
cs-33
cs-34
cs-35
cs-40
cs-gen8
cs-gen8-junk
cs-global-id-v1
cs-global-id-v2
cs-indirect-dispatch-v1
cs-local-index-v1
cs-num-work-groups-v1
cs-old
cs-parse-shared-vars-v1
cs-parse-shared-vars-v2
cs-shader-barrier-funcs-v1
cs-shader-barrier-funcs-v3
cs-shared-variables-v1
cs-shared-variables-v2
cs-shared-variables-v3
cs-simd32+ids
dont-zerofill-ralloc
early-extension-override
env-lri
es31-cts-failure
es31-gen8-v1
for-upstream
fs-to-scalar
gen6-layered
gen6-layered-1
gen6-layered-2
gen6-layered-3
gen6-layered-4
gen6-layered-5
gen6-layered-6
gen6-layered-7
gen6-layered-8
gen6-layered-9
gen6-layered-v3
gen6-z16-hiz-workaround
genxml-reg
gl-core-sanity
gles3-fmt
gles3-syncobj
global-id-temp
glsl-nir-shared-vars
gregory-sso
gs-inv-id
gs-inv-id-v3
gs-inv-id-v4
hsw-cs-cross-thread-constants
hsw-cs-cross-thread-constants-v1
hsw-cs-cross-thread-constants-v2
hsw-cs-cross-thread-constants-v3
hsw-cs-cross-thread-constants-v4
i965-barrier-v1
i965-barrier-v2
i965-cs
i965-cs-atomic-counters-v1
i965-cs-prog-v1
i965-cs-prog-v2
i965-dispatch-compute-v1
i965-get-program-binary
i965-get-program-binary-v1
i965-get-program-binary-v2
i965-l3-partitioning
i965-local-inv-id-v1
i965-pipelines
i965-pipelines-v1
i965-pipelines-v2
i965-pipelines-v3
i965-primitive-restart
i965-qbo
i965-qbo-hsw
i965-qbo-v1
i965-qbo-v2
i965-shader-cache
i965-shader-cache-v1
i965-shader-cache-v2
i965-shader-cache-v2.5
i965-shader-cache-v3
i965-shader-cache-v3.5
i965-workgroup-id-v1
igalia-ssbo-wip
instanced_arrays
interface-blocks
ivb-full-depth-buffer
ivb-layered-color-renderbuffer
ivb-sim
llvm-wip
lrp-opt
map-state-to-atoms
maxubo
megadriver_stub_compat
mesa-9.1-precise
mesa-9.1-quantal
non-miptree-hiz
non-miptree-hiz-v1
partial-fast-depth-clear
pbo+blit+atoms
pipe_stats
primitive-restart-xfb
rgb10_a2ui
rm-blorp-offsets
show-hiz-size
shrink-hiz-buf
simd32
snb-blit
snb-blorp-clears
split-blorp-blit
split-blorp-blit-v-1
split-blorp-blit-v1
split-blorp-blit-v2
sw-primitive-restart
ubuntu-precise
ue4
unused-varyings
version-gles3-dispatch
vk-gen7
jljusten's mesa archive repo (old and merged branches)
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-11
i965/state: Add compute pipeline with empty atom lists
i965-pipelines-v2
Jordan Justen
3
-1
/
+30
2015-03-11
i965/state: Create separate dirty state bits for each pipeline
Jordan Justen
2
-8
/
+35
2015-03-11
i965/state: Support multiple pipelines in brw->num_atoms
Jordan Justen
2
-39
/
+65
2015-03-10
i965/state: Rename brw_upload_state to brw_upload_render_state
Jordan Justen
3
-3
/
+3
2015-03-10
i965/gen6 gs: Convert brw_imm_ud/brw_imm_d to src_reg
Jordan Justen
1
-7
/
+7
2015-03-10
i965/fs: Use unsigned for CS/VS atomics pixel mask immediate data
Jordan Justen
1
-2
/
+2
2015-03-09
i965/gen8: Don't allocate hiz miptree structure
Jordan Justen
1
-0
/
+105
2015-03-09
i965/gen7: Don't allocate hiz miptree structure
Jordan Justen
1
-2
/
+104
2015-03-09
i965/gen8: Don't rely directly on the hiz miptree structure
Jordan Justen
1
-3
/
+3
2015-03-09
i965/gen7: Don't rely directly on the hiz miptree structure
Jordan Justen
2
-6
/
+7
2015-03-09
i965/hiz: Start to separate miptree out from hiz buffers
Jordan Justen
9
-31
/
+79
2015-03-10
mesa/scissor: fix typos in debug names
Dave Airlie
1
-2
/
+2
2015-03-09
nvc0: fix wrong max value for driver queries
Samuel Pitoiset
1
-4
/
+3
2015-03-09
i965: Silence GCC maybe-uninitialized warning.
Vinson Lee
1
-1
/
+1
2015-03-09
i915: Fix GCC unused-but-set-variable warning in release build.
Vinson Lee
1
-4
/
+1
2015-03-09
Add macro for unused function attribute.
Vinson Lee
3
-0
/
+8
2015-03-09
meta: Plug memory leak
Ben Widawsky
1
-1
/
+3
2015-03-09
i965/fs: Don't issue FB writes for bound but unwritten color targets.
Kenneth Graunke
1
-3
/
+9
2015-03-09
i965/fs: Make emit_shader_time_end() insert before EOT.
Kenneth Graunke
2
-23
/
+18
2015-03-09
i965/fs: Make get_timestamp() pass back the MOV rather than emitting it.
Kenneth Graunke
2
-5
/
+16
2015-03-09
i965/fs: Make emit_shader_time_write return rather than emit.
Kenneth Graunke
2
-10
/
+8
2015-03-09
i965/fs: Set smear on shader_time diff register.
Kenneth Graunke
1
-0
/
+1
2015-03-09
i965/fs: Set force_writemask_all on shader_time instructions.
Kenneth Graunke
1
-2
/
+7
2015-03-09
r600g: Use R600_MAX_VIEWPORTS instead of 16
Alexandre Demers
5
-12
/
+14
2015-03-09
i915: Remove unused IS_GEN2 macro
Ian Romanick
1
-5
/
+0
2015-03-09
i915: Remove (mostly) unused IS_915 macro
Ian Romanick
1
-5
/
+3
2015-03-09
i915: Remove (mostly) unused IS_PNV, IS_PNVG, and IS_PNVGM macros
Ian Romanick
1
-5
/
+3
2015-03-09
i915: Remove IS_9XX macro
Ian Romanick
2
-5
/
+2
2015-03-09
i915: Remove unused IS_MOBILE macro
Ian Romanick
1
-10
/
+0
2015-03-09
i965: Don't write past the end of the application supplied buffer
Ian Romanick
1
-7
/
+12
2015-03-09
i965: Silence unused parameter warning
Ian Romanick
1
-0
/
+1
2015-03-09
i965: Silence many 'static' is not at beginning of declaration warnings
Ian Romanick
1
-13
/
+13
2015-03-09
i965/fs: Silence unused parameter warning
Ian Romanick
1
-2
/
+2
2015-03-09
i965/fs: Silence unused parameter warning
Ian Romanick
1
-8
/
+4
2015-03-09
i965/fs: Silence unused parameter warning
Ian Romanick
4
-7
/
+5
2015-03-09
main: Add entry point for TextureBufferRange.
Laura Ekstrand
4
-0
/
+59
2015-03-09
main: Add check_texture_buffer_target.
Laura Ekstrand
1
-11
/
+28
2015-03-09
main: Add check_texture_buffer_range.
Laura Ekstrand
1
-15
/
+58
2015-03-09
main: Cosmetic changes for Texture Buffers.
Laura Ekstrand
1
-2
/
+9
2015-03-09
main: Refactor _mesa_texture_buffer_range.
Laura Ekstrand
2
-39
/
+25
2015-03-09
main: Use _mesa_lookup_bufferobj_err to simplify Tex[ture]Buffer[Range].
Laura Ekstrand
1
-11
/
+12
2015-03-09
main: Add utility function _mesa_lookup_bufferobj_err.
Laura Ekstrand
2
-0
/
+23
2015-03-09
main: Checking for cube completeness in GetCompressedTextureImage.
Laura Ekstrand
1
-1
/
+10
2015-03-09
main: Add TEXTURE_CUBE_MAP support for glCompressedTextureSubImage3D.
Laura Ekstrand
2
-28
/
+133
2015-03-09
main: assert(texImage) in ARB_DSA texture cube map functions.
Laura Ekstrand
2
-4
/
+6
2015-03-09
main: Remove redundant copy of cube map block comment in GetTextureImage.
Laura Ekstrand
1
-29
/
+3
2015-03-09
main: Remove redundant NumLayers checks.
Laura Ekstrand
2
-27
/
+0
2015-03-09
main: _mesa_cube_level_complete checks NumLayers.
Laura Ekstrand
1
-0
/
+4
2015-03-09
r300g: fix sRGB->sRGB blits
Marek Olšák
1
-0
/
+9
2015-03-09
r300g: fix a crash when resolving into an sRGB texture
Marek Olšák
1
-3
/
+5
[next]