index
:
mesa/mesa
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
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
auto-cherry-for-8.0
autoconf
cxx-1-branch
d3d1x-addons
draw-instanced
draw-ply
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-clip-state
gallium-compute
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-userbuf
gallium-util-format-is-supported
gallium-vertexelementcso
gallium_draw_llvm
gallivm-call
glapi-reorg
gles3
glsl-compiler-1
glsl-continue-return
glsl-continue-return-7-5
glsl-pp-rework-1
glsl-pp-rework-2
glsl-to-tgsi
glsl2
glsl2-llvm
glsl2-lower-variable-indexing
graw-tests
hw_gl_select
i915tex-pageflip
i915tex-zone-rendering
i915tex_branch
i915tex_privbuffers
index-swtnl-0.1
indirect-vbo
intel-2008-q3
intel-2008-q4
kasanen-post-process
kasanen-post-process-v2
llvm-cliptest-viewport
llvm-context
llvmpipe-duma
llvmpipe-wider-regs
lp-line-rast
lp-offset-twoside
lp-setup-llvm
lp-surface-tiling
map-tex-branch
map-texture-image-v4
map-texture-image-v5
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-copyteximage-hook
remove-driver-date
remove-max-width
remove-max-width-2
remove-redundant-helpers
renderbuffer-cleanups-v2
shader-file-reorg
shader-work
softpipe_0_1_branch
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
xa_branch
The Mesa 3D Graphics Library
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-25
i965/msaa: Validate Gen7 surface state constraints.
Paul Berry
3
-3/+109
2012-05-25
i965/msaa: Properly handle sliced layout for Gen7.
Paul Berry
6
-3/+28
2012-05-25
i965/msaa: Add defines for Gen7.
Paul Berry
1
-0/+5
2012-05-25
i965/blorp: Enable blorp blits on Gen7.
Paul Berry
2
-2/+4
2012-05-25
i965/blorp: Implement proper texel fetch messages for Gen7.
Paul Berry
2
-2/+31
2012-05-25
i965/blorp: Use 16 pixel dispatch on Gen7.
Paul Berry
1
-1/+9
2012-05-25
i965/blorp: Allocate space for push constants on Gen7.
Paul Berry
3
-30/+28
2012-05-25
i965/blorp: Set the dynamic state upper bound.
Paul Berry
1
-1/+6
2012-05-25
i965/blorp: Factor gen6_blorp_emit_batch_head into separate functions.
Paul Berry
3
-34/+49
2012-05-25
i965/blorp: Use MSDISPMODE_PERSAMPLE rendering when necessary
Paul Berry
4
-27/+87
2012-05-25
i965/blorp: Emit sample index in SAMPLE_LD message when necessary
Paul Berry
2
-21/+36
2012-05-25
i965/blorp: Generalize sampling code in preparation for Gen7
Paul Berry
1
-26/+61
2012-05-24
i965: Gut the separate OpenGL ES extension enabling.
Kenneth Graunke
2
-2/+0
2012-05-23
i965: use cut index to handle primitive restart when possible
Jordan Justen
1
-1/+80
2012-05-23
i965: add flag to enable cut_index
Jordan Justen
4
-1/+12
2012-05-23
i965: create code path to handle primitive restart in hardware
Jordan Justen
6
-0/+108
2012-05-23
i965/gen6+: Add support for GL_ARB_blend_func_extended.
Eric Anholt
12
-8/+111
2012-05-23
i965/gen6+: Add support for fast depth clears.
Eric Anholt
7
-12/+145
2012-05-23
i965/gen6: Add CC viewport state setup to blorp code.
Eric Anholt
1
-0/+26
2012-05-23
i965/gen7: Add CC viewport setup to blorp code.
Eric Anholt
1
-0/+21
2012-05-23
i965: Drop a layer of indirection in doing HiZ resolves.
Eric Anholt
5
-81/+0
2012-05-23
i965: Add an interface for doing hiz ops from C code.
Eric Anholt
2
-15/+12
2012-05-23
i965: Rename the clear function for this driver.
Eric Anholt
1
-2/+2
2012-05-23
i965: Simplify the remaining clear logic by relying on the meta clear.
Eric Anholt
1
-47/+11
2012-05-23
i965: Switch blit color clears to tri clears on gen4/5.
Eric Anholt
1
-28/+2
2012-05-23
i965: Remove dead logic for non-tri depth/stencil clears.
Eric Anholt
1
-26/+2
2012-05-23
i965: We always have GLSL, so always use it for tri clears.
Eric Anholt
1
-4/+1
2012-05-23
intel: Fork the intel_clear.c file between i915 and i965.
Eric Anholt
3
-2/+204
2012-05-22
i965: Completely annotate the batch bo when aub dumping.
Paul Berry
4
-26/+112
2012-05-17
i965/vs: Fix up swizzle for dereference_array of matrices.
Eric Anholt
1
-2/+2
2012-05-17
i965/fs: Do more register coalescing by using the interference graph.
Eric Anholt
2
-0/+62
2012-05-15
i965/blorp: Move exec() out of brw_blorp_params.
Paul Berry
3
-6/+9
2012-05-15
i965/gen6: Initial implementation of MSAA.
Paul Berry
18
-103/+581
2012-05-15
i965/gen6+: Add code to perform blits on the render path ("blorp").
Paul Berry
7
-27/+1721
2012-05-15
i965: Expose surface setup internals for use by blits.
Paul Berry
3
-2/+4
2012-05-15
i965: split gen{6,7}_blorp_exec functions into manageable chunks.
Paul Berry
3
-522/+647
2012-05-15
i965: Parameterize HiZ code to prepare for adding blitting.
Paul Berry
7
-177/+335
2012-05-15
i965: Implement guardband clipping on Ivybridge.
Kenneth Graunke
2
-5/+15
2012-05-15
i965: Implement guardband clipping on Sandybridge.
Kenneth Graunke
2
-10/+15
2012-05-15
Revert "i965/fs: Jump from discard statements to the end of the program when ...
Eric Anholt
4
-126/+5
2012-05-14
i965/fs: Remove the requirement of no dead code for interference checks.
Eric Anholt
1
-12/+12
2012-05-14
i965/fs: Add support for copy propagation.
Eric Anholt
5
-0/+143
2012-05-14
i965/fs: When doing no work for live interval calculation, do no allocation.
Eric Anholt
1
-7/+7
2012-05-14
i965/gen7: Set tile_x/y to 0 in the no-stencil case.
Eric Anholt
1
-1/+1
2012-05-14
intel: Fix signed/unsigned comparison warnings.
Eric Anholt
2
-5/+6
2012-05-14
i965/fs: Add a local common subexpression elimination pass.
Kenneth Graunke
4
-0/+201
2012-05-14
i965/fs: Use a const reference in fs_reg::equals instead of a pointer.
Kenneth Graunke
3
-16/+16
2012-05-10
i965/hiz: Convert gen{6,7}_hiz.h to gen{6,7}_blorp.h
Paul Berry
5
-5/+5
2012-05-10
i965/hiz: Convert gen{6,7}_hiz.c to C++
Paul Berry
3
-3/+3
2012-05-10
i965/hiz: Make void pointer type casts explicit
Paul Berry
1
-5/+7
[prev]
[next]