index
:
~alon/mesa
7.10
7.8
7.8-gles
7.9
965-glsl
965-ttm
R300_DRIVER
arb_copy_buffer
arb_fbo
arb_fbo_cleanup
arb_fbo_indirect
arb_geometry_shader4
arb_half_float_vertex
arb_map_buffer_range
arb_robustness
arb_sampler_objects
arb_sync
arb_vertex_array_object
asm-shader-rework-1
asm-shader-rework-2
asm-shader-rework-3
autoconf
cxx-1-branch
d3d1x-addons
draw-instanced
dri2-swapbuffers
drm-gem
embedded-1-branch
embedded-2-branch
experimental-1
ext-provoking-vertex
flex-and-bison-required
floating
frontbuffer-removal
gallium-0.1
gallium-0.1-dri
gallium-0.1-dri2
gallium-0.2
gallium-array-textures
gallium-buffer-usage-cleanup
gallium-context-transfers-2
gallium-cylindrical-wrap
gallium-double-opcodes
gallium-drm-driver-descriptor
gallium-dynamicstencilref
gallium-fb-dimensions
gallium-float-1111-format
gallium-format-cleanup
gallium-front-ccw
gallium-gpu4-texture-opcodes
gallium-integer-opcodes
gallium-llvmpipe
gallium-mesa-7.4
gallium-msaa
gallium-new-formats
gallium-newclear
gallium-no-nvidia-opcodes
gallium-no-rhw-position
gallium-no-texture-blanket
gallium-nopointsizeminmax
gallium-render-condition-predicate
gallium-resource-sampling
gallium-resources
gallium-sampler-view
gallium-softpipe-winsys
gallium-st-api
gallium-st-api-dri
gallium-stream-out
gallium-sw-api
gallium-tgsi-semantic-cleanup
gallium-util-format-is-supported
gallium-vertexelementcso
gallium_draw_llvm
gallivm-call
glapi-reorg
glsl-compiler-1
glsl-continue-return
glsl-continue-return-7-5
glsl-pp-rework-1
glsl-pp-rework-2
glsl2
glsl2-llvm
glsl2-lower-variable-indexing
graw-tests
i915tex-pageflip
i915tex-zone-rendering
i915tex_branch
i915tex_privbuffers
index-swtnl-0.1
indirect-vbo
intel-2008-q3
intel-2008-q4
llvm-cliptest-viewport
llvm-context
lp-line-rast
lp-offset-twoside
lp-setup-llvm
lp-surface-tiling
map-tex-branch
master
mesa
mesa_20040127_branch
mesa_20040309_branch
mesa_20050114_branch
mesa_3_2_dev
mesa_3_3_texture_env_combine2
mesa_3_4_branch
mesa_4_0_branch
mesa_5_0_branch
mesa_6_0_branch
mesa_6_2_branch
mesa_6_4_branch
mesa_7_0_branch
mesa_7_2_branch
mesa_7_4_branch
mesa_7_4_idr_staging
mesa_7_5_branch
mesa_7_6_branch
mesa_7_7_branch
nv50-compiler
nvc0
openchrome-branch
opengl-es
opengl-es-v2
openvg-1.0
outputswritten64
pipe-video
primitive-restart
r300-bufmgr
r500-support
r6xx-r7xx-support
r6xx-rewrite
radeon-rewrite
remove-driver-date
remove-redundant-helpers
shader-file-reorg
shader-work
softpipe_0_1_branch
spice_vgallium
sprite-coord
st-mesa-per-context-shaders
st-vbo
texfilter_float_branch
texformat-xrgb
texman_0_1_branch
texmem-1.0
texmem_0_2_branch
texmem_0_3_branch
texture_rg
texture_rg-2
thalloc
vbo_0_1_branch
vtx-0-1-branch
vtx-0-2-branch
Unnamed repository; edit this file to name it for gitweb.
alon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-18
add $SELINUX_LIBS to EGL and OpenVG lib deps
Tapani Pälli
1
-2
/
+2
2011-05-18
mesa/st: split updating vertex and fragment shader stages.
Dave Airlie
3
-8
/
+12
2011-05-18
st/mesa: only memset sampler when about to use it.
Dave Airlie
1
-3
/
+2
2011-05-18
r600g: bump domain selection up one layer.
Dave Airlie
3
-6
/
+24
2011-05-17
i965: Instead of fallback on missing region, just bind a null renderbuffer.
Eric Anholt
2
-12
/
+4
2011-05-17
i965: Updated fixed-point sizes in Ivybridge SAMPLER_STATE.
Kenneth Graunke
1
-3
/
+3
2011-05-17
i965: Ivybridge uses the Gen4 SAMPLER_BORDER_COLOR_STATE.
Kenneth Graunke
1
-1
/
+4
2011-05-17
egl: Recognize Ivybridge PCI IDs.
Kenneth Graunke
1
-0
/
+5
2011-05-17
intel: Recognize new Ivybridge PCI IDs.
Kenneth Graunke
2
-2
/
+22
2011-05-17
i965: Disable register spilling on Ivybridge for now.
Kenneth Graunke
1
-0
/
+2
2011-05-17
i965: Fix RNDZ and RNDE on Sandybridge and Ivybridge.
Kenneth Graunke
1
-3
/
+8
2011-05-17
i965: Fix data port reads on Ivybridge.
Kenneth Graunke
1
-2
/
+12
2011-05-17
i965: Avoid register coalescing away MATH workarounds on Ivybridge.
Kenneth Graunke
1
-1
/
+1
2011-05-17
i965: Make the CONT instruction point to the WHILE instruction.
Kenneth Graunke
1
-5
/
+2
2011-05-17
i965: Add support for loops on Ivybridge.
Kenneth Graunke
1
-3
/
+18
2011-05-17
i965: Add support for IF/ELSE/ENDIF control flow on Ivybridge.
Kenneth Graunke
3
-8
/
+40
2011-05-17
i965: Add support for Ivybridge texturing messages.
Kenneth Graunke
2
-3
/
+66
2011-05-17
i965: Fix sampler message descriptor on Ivybridge.
Kenneth Graunke
2
-1
/
+23
2011-05-17
i965: Fix SAMPLER_STATE on Ivybridge.
Kenneth Graunke
5
-2
/
+250
2011-05-17
i965: Mark some brw_wm_sampler_state.c helper functions as non-static.
Kenneth Graunke
2
-2
/
+9
2011-05-17
i965: Update SURFACE_STATE for Ivybridge.
Kenneth Graunke
5
-4
/
+503
2011-05-17
i965: Mark a few more brw_wm_surface_state functions as non-static.
Kenneth Graunke
2
-5
/
+14
2011-05-17
i965: Change brw_format_for_mesa_format to a non-static function.
Kenneth Graunke
2
-55
/
+63
2011-05-17
i965: Set Address Modify Enable in VERTEX_BUFFER on Ivybridge.
Kenneth Graunke
2
-0
/
+4
2011-05-17
i965: Enable channel masks in Ivybridge's URB_WRITE_HWORD header.
Kenneth Graunke
1
-0
/
+8
2011-05-17
i965: Fix the URB write message descriptor on Ivybridge.
Kenneth Graunke
2
-2
/
+29
2011-05-17
i965: Fix render target writes on Ivybridge.
Kenneth Graunke
2
-1
/
+29
2011-05-17
i965: Mad hacks to avoid using MRFs on Ivybridge.
Kenneth Graunke
1
-1
/
+19
2011-05-17
i965: Emit 3DPRIMITIVE Ivybridge-style.
Kenneth Graunke
2
-1
/
+62
2011-05-17
i965: Don't use the GS for breaking down quads on Ivybridge.
Kenneth Graunke
2
-3
/
+3
2011-05-17
i965: Emit extra 0's in 3DSTATE_MULTISAMPLE on Ivybridge.
Kenneth Graunke
1
-2
/
+5
2011-05-17
i965: Add depth buffer support on Ivybridge.
Kenneth Graunke
6
-5
/
+140
2011-05-17
i965: Upload sampler state pointers on Ivybridge.
Kenneth Graunke
4
-1
/
+11
2011-05-17
i965: Disable binding table pointers for unused pipeline stages.
Kenneth Graunke
2
-0
/
+17
2011-05-17
i965: Upload binding table pointers on Ivybridge.
Kenneth Graunke
4
-2
/
+16
2011-05-17
i965: Split BRW_NEW_BINDING_TABLE dirty bit into one per stage.
Kenneth Graunke
5
-15
/
+27
2011-05-17
i965: Explicitly disable unused pipeline stages on Ivybridge.
Kenneth Graunke
5
-1
/
+141
2011-05-17
i965: Initial Ivybridge VS state.
Kenneth Graunke
4
-1
/
+96
2011-05-17
i965: Initial Ivybridge Viewport state setup.
Kenneth Graunke
6
-4
/
+137
2011-05-17
i965: Initial Ivybridge Clip state setup.
Kenneth Graunke
5
-1
/
+125
2011-05-17
i965: Initial Ivybridge CC state setup.
Kenneth Graunke
5
-1
/
+98
2011-05-17
i965: Initial Ivybridge WM/PS state setup.
Kenneth Graunke
5
-3
/
+322
2011-05-17
i965: Initial Ivybridge SF/SBE state setup.
Kenneth Graunke
5
-2
/
+291
2011-05-17
i965: Make gen6_sf_state.c's get_attr_override non-static.
Kenneth Graunke
2
-1
/
+5
2011-05-17
i965: Initial Ivybridge URB space partitioning, including push constants.
Kenneth Graunke
8
-4
/
+162
2011-05-17
i965: Set maximum number of threads for Ivybridge.
Kenneth Graunke
1
-1
/
+11
2011-05-17
i965: Split out tracked state atoms for Ivybridge.
Kenneth Graunke
1
-1
/
+70
2011-05-17
intel: Initial IS_GEN7 plumbing.
Kenneth Graunke
3
-3
/
+17
2011-05-17
i965: Rename max_vs_handles to max_vs_entries for consistency.
Kenneth Graunke
3
-6
/
+6
2011-05-17
i965: Convert BRW_NEW_* dirty bits to use an enum.
Kenneth Graunke
1
-21
/
+45
[prev]
[next]