| .. |
|
Makefile
|
Squashed commit of the following:
|
16 years ago |
|
SConscript
|
Squashed commit of the following:
|
16 years ago |
|
brw_batchbuffer.c
|
gallium/i965: Make brw_batchbuffer prototypes match in source & header
|
16 years ago |
|
brw_batchbuffer.h
|
gallium/i965: Make brw_batchbuffer prototypes match in source & header
|
16 years ago |
|
brw_cc.c
|
i965g: adapt to stencil ref changes
|
16 years ago |
|
brw_clip.c
|
i965g: Remove unnecessary headers.
|
16 years ago |
|
brw_clip.h
|
i965g: remove redundant nr_attrs member
|
16 years ago |
|
brw_clip_line.c
|
i965g: Remove unnecessary headers.
|
16 years ago |
|
brw_clip_point.c
|
i965g: Remove unnecessary headers.
|
16 years ago |
|
brw_clip_state.c
|
i965g: fixes to build after merge of master
|
16 years ago |
|
brw_clip_tri.c
|
i965g: Remove unnecessary headers.
|
16 years ago |
|
brw_clip_unfilled.c
|
i965g: handle special vs outputs specially
|
16 years ago |
|
brw_clip_util.c
|
i965g: Remove unnecessary headers.
|
16 years ago |
|
brw_context.c
|
Squashed commit of the following:
|
16 years ago |
|
brw_context.h
|
Squashed commit of the following:
|
16 years ago |
|
brw_curbe.c
|
gallium: s/free/FREE/ and same for friends.
|
16 years ago |
|
brw_debug.h
|
i965g: add DEBUG_WINSYS flag
|
16 years ago |
|
brw_defines.h
|
i965g: more files compiling
|
16 years ago |
|
brw_disasm.c
|
i965g: Remove unnecessary header.
|
16 years ago |
|
brw_disasm.h
|
i965: Add missing include.
|
16 years ago |
|
brw_draw.c
|
i965g: Implement index bias.
|
16 years ago |
|
brw_draw.h
|
i965g: more work on compiling, particularly the brw_draw files
|
16 years ago |
|
brw_draw_upload.c
|
Squashed commit of the following:
|
16 years ago |
|
brw_eu.c
|
i965g: add lots of error checks and early returns
|
16 years ago |
|
brw_eu.h
|
i965g: fixes to build after merge of master
|
16 years ago |
|
brw_eu_debug.c
|
i965g: more work on compiling, particularly the brw_draw files
|
16 years ago |
|
brw_eu_emit.c
|
i965g: Fix assert.
|
16 years ago |
|
brw_eu_util.c
|
i965g: re-starting from the dri driver
|
16 years ago |
|
brw_gs.c
|
i965g: Remove unnecessary headers.
|
16 years ago |
|
brw_gs.h
|
i965g: more compiling wip
|
16 years ago |
|
brw_gs_emit.c
|
i965g: Remove unnecessary headers.
|
16 years ago |
|
brw_gs_state.c
|
i965g: restore code to populate the relocation background
|
16 years ago |
|
brw_misc_state.c
|
gallium: adapt all code to the renamed depth/stencil formats
|
16 years ago |
|
brw_pipe_blend.c
|
i965g: adapt to blend changes
|
16 years ago |
|
brw_pipe_clear.c
|
gallium: adapt all code to the renamed depth/stencil formats
|
16 years ago |
|
brw_pipe_depth.c
|
i965g: adapt to stencil ref changes
|
16 years ago |
|
brw_pipe_fb.c
|
gallium: pipe/p_inlines.h -> util/u_inlines.h
|
16 years ago |
|
brw_pipe_flush.c
|
i965g: Remove unnecessary header.
|
16 years ago |
|
brw_pipe_misc.c
|
i965g: remove duplicate set_viewport_state, fixes samples/depth
|
16 years ago |
|
brw_pipe_query.c
|
i965g: propogate map-buffer-range semantics down to winsys
|
16 years ago |
|
brw_pipe_rast.c
|
i965g: correct test for unfilled modes
|
16 years ago |
|
brw_pipe_rast.h
|
i965g: work in progress on fragment shaders
|
16 years ago |
|
brw_pipe_sampler.c
|
Squashed commit of the following:
|
16 years ago |
|
brw_pipe_shader.c
|
Squashed commit of the following:
|
16 years ago |
|
brw_pipe_vertex.c
|
Squashed commit of the following:
|
16 years ago |
|
brw_reg.h
|
i965g: change value of VERT_RESULT_PSIZ hack to avoid warnings
|
16 years ago |
|
brw_resource.c
|
Squashed commit of the following:
|
16 years ago |
|
brw_resource.h
|
Squashed commit of the following:
|
16 years ago |
|
brw_resource_buffer.c
|
gallium: replace pipe_resource::_usage with pipe_resource::usage
|
16 years ago |
|
brw_resource_texture.c
|
i965g: Remove redundant assert.
|
16 years ago |
|
brw_resource_texture_layout.c
|
Squashed commit of the following:
|
16 years ago |
|
brw_screen.c
|
Squashed commit of the following:
|
16 years ago |
|
brw_screen.h
|
Squashed commit of the following:
|
16 years ago |
|
brw_screen_surface.c
|
Squashed commit of the following:
|
16 years ago |
|
brw_sf.c
|
Merge branch 'gallium-nopointsizeminmax'
|
16 years ago |
|
brw_sf.h
|
i965g: special case setup when fs has no inputs
|
16 years ago |
|
brw_sf_emit.c
|
i965g: Remove unnecessary headers.
|
16 years ago |
|
brw_sf_state.c
|
gallium: clean up point sprite rasterizer state
|
16 years ago |
|
brw_state.h
|
i965g: fixes to build after merge of master
|
16 years ago |
|
brw_state_batch.c
|
gallium: s/free/FREE/ and same for friends.
|
16 years ago |
|
brw_state_cache.c
|
i965g: Fix memory leak.
|
16 years ago |
|
brw_state_debug.c
|
i965g: hook vertex state emit up to PIPE_NEW_VERTEX_BUFFER
|
16 years ago |
|
brw_state_upload.c
|
i965g: fixes to build after merge of master
|
16 years ago |
|
brw_structs.h
|
i965g: adapt to new vertex element cso
|
16 years ago |
|
brw_structs_dump.c
|
i965g: Don't dump pads or dwords aliases.
|
16 years ago |
|
brw_structs_dump.h
|
i965g: Dumper for i965 structures.
|
16 years ago |
|
brw_structs_dump.py
|
i965g: Don't dump pads or dwords aliases.
|
16 years ago |
|
brw_swtnl.c
|
i965g: ifdef out unused functions.
|
16 years ago |
|
brw_types.h
|
i965g: more work on compiling
|
16 years ago |
|
brw_urb.c
|
i965g: add DEBUG_MIN_URB flag
|
16 years ago |
|
brw_util.h
|
i965g: more files compiling
|
16 years ago |
|
brw_vs.c
|
i965g: Remove unnecessary headers.
|
16 years ago |
|
brw_vs.h
|
i965g: fix for edgeflag changes (untested)
|
16 years ago |
|
brw_vs_emit.c
|
i965g: ifdef out unused functions.
|
16 years ago |
|
brw_vs_state.c
|
i965g: fix some reloc counts
|
16 years ago |
|
brw_vs_surface_state.c
|
Squashed commit of the following:
|
16 years ago |
|
brw_winsys.h
|
Squashed commit of gallium-no-texture-blanket
|
16 years ago |
|
brw_winsys_debug.c
|
brw: add dumping to gem winsys
|
16 years ago |
|
brw_wm.c
|
Squashed commit of the following:
|
16 years ago |
|
brw_wm.h
|
i965g: get basic texturing working again
|
16 years ago |
|
brw_wm_constant_buffer.c
|
Squashed commit of the following:
|
16 years ago |
|
brw_wm_debug.c
|
gallium: Remove loop register file.
|
16 years ago |
|
brw_wm_emit.c
|
i965g: fix invalid assertion in emit_xpd(), again
|
16 years ago |
|
brw_wm_fp.c
|
i965g: Remove unnecessary headers.
|
16 years ago |
|
brw_wm_glsl.c
|
i965g: add dumping for our new pass_fp output
|
16 years ago |
|
brw_wm_iz.c
|
i965g: wip on removing GL stuff, trying to get a few files compiling
|
16 years ago |
|
brw_wm_pass0.c
|
i965g: fragment shader immediates working
|
16 years ago |
|
brw_wm_pass1.c
|
i965g: plumb through fb_write target and eot data
|
16 years ago |
|
brw_wm_pass2.c
|
i965g: remove more references to nr_vp_outputs in wm compilation
|
16 years ago |
|
brw_wm_sampler_state.c
|
Squashed commit of the following:
|
16 years ago |
|
brw_wm_state.c
|
i965g: populate wm reloc array earlier
|
16 years ago |
|
brw_wm_surface_state.c
|
Squashed commit of the following:
|
16 years ago |
|
intel_decode.c
|
i965g: s/sprintf/util_snprintf/
|
16 years ago |
|
intel_decode.h
|
i965g: add const qualifiers
|
16 years ago |
|
intel_structs.h
|
i965g: re-starting from the dri driver
|
16 years ago |